Command-line arguments: Difference between revisions

Content deleted Content added
→‎[[Toka]]: Updated to work with Toka R1
Line 150:
number of arguments is provided by #args.
 
[ arglist array.get-element type cr ] is show-arg
[ dup . char: = emit space ] is #=
1 #args 0 = [ "i No#= arguments passed!" type crshow-arg ] ifTrue countedLoop
#args [ i #= show-arg ] +iterate
 
==[[UNIX Shell]]==