//
// command-line arguments
// output all arguments
for i in range(0, len(args) - 1)
println args[i]
end