RosettaCodeData/Task/Command-line-arguments/Ursa/command-line-arguments.ursa

9 lines
137 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
#
# command-line arguments
#
# output all arguments
for (decl int i) (< i (size args)) (inc i)
out args<i> endl console
end for