[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
function argument list
- To: clisp-list@ma2s2.mathematik.uni-karlsruhe.de
- Subject: function argument list
- From: dxs@evolving.com (Dan Stanger)
- Date: Fri, 30 Jun 1995 16:18:10 -0600
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)