3 lines
115 B
Text
3 lines
115 B
Text
[ arglist array.get type cr ] is show-arg
|
|
[ dup . char: = emit space ] is #=
|
|
1 #args [ i #= show-arg ] countedLoop
|