AutoCAD 2012 帮助 | ![]() |
Displays the list structure of a function defined with defun-q
(defun-q-list-ref 'function )
The list definition of the function; otherwise nil, if the argument is not a list.
Define a function using defun-q:
_$ (defun-q my-startup (x) (print (list x)))
MY-STARTUP
Use defun-q-list-ref to display the list structure of my-startup:
_$ (defun-q-list-ref 'my-startup)
((X) (PRINT (LIST X)))
The defun-q and defun-q-list-set functions.
D Functions | ![]() | |
defun | ||
defun-q | ||
defun-q-list-ref | ||
defun-q-list-set | ||
dictadd | ||
dictnext | ||
dictremove | ||
dictrename | ||
dictsearch | ||
dimx_tile | ||
dimy_tile | ||
distance | ||
distof | ||
done_dialog |