8 lines
137 B
Text
8 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
|