danielpetisme

Untitled

Dec 6th, 2012
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Primitive integer is also an Object, so we can invoke methods
  2. println 'Loop 1'
  3.  3.times {
  4.      println it
  5.  }
Advertisement
Add Comment
Please, Sign In to add comment