2 lines
51 B
Common Lisp
2 lines
51 B
Common Lisp
(while argv
|
|
(message "Argument: %S" (pop argv)))
|
(while argv
|
|
(message "Argument: %S" (pop argv)))
|