command1.scm 150 B

12345
  1. ;; Java-options: -Dkawa.command.name=command1
  2. ;; Kawa-options: %F a "b c" de
  3. (format #t "~w~%" (command-line))
  4. ;; Output: ("command1" "a" "b c" "de")