RosettaCodeData/Task/Command-line-arguments/Emacs-Lisp/command-line-arguments.l

3 lines
51 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(while argv
(message "Argument: %S" (pop argv)))