5 lines
64 B
Common Lisp
5 lines
64 B
Common Lisp
;; vi:ft=lisp:sw=2:ts=2
|
|
|
|
(print (length *args*))
|
|
(print *args*)
|