[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: INFO-LISPM at MIT-AI
- From: RMS at MIT-AI (Richard M. Stallman)
- Date: Sun ,20 Jan 80 00:47:00 EDT
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)))