RosettaCodeData/Task/Command-line-arguments/Toka/command-line-arguments.toka

4 lines
115 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
[ arglist array.get type cr ] is show-arg
[ dup . char: = emit space ] is #=
1 #args [ i #= show-arg ] countedLoop