defun-q-list-ref
(defun-q-list-ref 'name)
This function returns the definition of
function name as Lisp list, if it was defined by defun-q function.
Arguments |
'name name of a Lisp function (as quoted symbol), string |
Return |
the definition as list of expressions |
Example |
(defun-q MyTest ( x )
(princ)) |
Remarks |
see (defun-q) and
(defun-q-list-set); |
© Bricsys NV. All rights reserved. |