RosettaCodeData/Task/Command-line-arguments/LSE64/command-line-arguments.lse64
Ingy döt Net db842d013d A-M baby
2013-04-10 21:29:02 -07:00

4 lines
120 B
Text

argc , nl # number of arguments (including command itself)
0 # argument
dup arg dup 0 = || ,t 1 + repeat
drop