#! /usr/bin/toka
[ arglist array.get type cr ] is show-arg
[ dup . char: = emit space ] is #=
#args 0 = [ " No arguments passed!" type cr ] ifTrue
1 #args [ i #= show-arg ] countedLoop
bye

