#
# command-line arguments
# output all arguments
for (decl int i) (< i (size args)) (inc i)
out args<i> endl console
end for