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

[no subject]



Can anyone think of a good name for a function which would return all
its arguments as values?  That is, 

(DEFUN FOO (&REST ARGS)
   (PROG () (RETURN-LIST ARGS)))