Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created December 24, 2014 03:32
Show Gist options
  • Save ostretsov/9e28d23b10f03babea5e to your computer and use it in GitHub Desktop.
Save ostretsov/9e28d23b10f03babea5e to your computer and use it in GitHub Desktop.
var i = 0
while (i < args.length) {
println(args(i))
i += 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment