[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

function argument list



is there a function in clisp that returns the parameters of a function?
for example
(defun x (a b c) t)
(parameters #'x) ==> (a b c)