9 lines
137 B
Text
9 lines
137 B
Text
|
|
#
|
||
|
|
# command-line arguments
|
||
|
|
#
|
||
|
|
|
||
|
|
# output all arguments
|
||
|
|
for (decl int i) (< i (size args)) (inc i)
|
||
|
|
out args<i> endl console
|
||
|
|
end for
|