Skip to content

Instantly share code, notes, and snippets.

@alexcharlie
Created May 5, 2009 22:32
Show Gist options
  • Save alexcharlie/107255 to your computer and use it in GitHub Desktop.
Save alexcharlie/107255 to your computer and use it in GitHub Desktop.
index = 0
max = 100
begin
puts index
index += 2
end while (index < max)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment