Skip to content

Instantly share code, notes, and snippets.

@shuji
Created April 8, 2012 01:19
Show Gist options
  • Save shuji/2333392 to your computer and use it in GitHub Desktop.
Save shuji/2333392 to your computer and use it in GitHub Desktop.
range
def from = 10
def to = 20
(from..to).each { println it }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment