Add diagrams and pictures
[clump.git] / sbcl-init-for-test.l
1 (defmacro named-lambda (name args &body body)
2 `(labels ((,name ,args ,@body))
3 #',name))
4
5 (defun reverse-list (&rest args)
6 (reverse args))
7
This page took 0.020846 seconds and 4 git commands to generate.