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