Name: Anonymous 2011-08-24 19:59
Hey guys, I'm really new to Lisp. Say I have a macro with the following arguments:
How would I get the
Thanks.
(defmacro m (&rest args)
...)How would I get the
n'th item in args? elt doesn't work, of course.Thanks.