RosettaCodeData/Task/Command-line-arguments/Toka/command-line-arguments.toka
2023-07-01 13:44:08 -04:00

3 lines
115 B
Text

[ arglist array.get type cr ] is show-arg
[ dup . char: = emit space ] is #=
1 #args [ i #= show-arg ] countedLoop