arguments.cmn 185 B

123456789101112131415161718
  1. # program that prints arguments passed to it
  2. 0 10 "you passed these arguments:" -->
  3. ~a # argument count
  4. $:a
  5. @@
  6. $a
  7. ?
  8. $a -- $:a
  9. "'" -> --> "'" -> 10 ->
  10. ;
  11. !@
  12. .
  13. .