Skip to content

Instantly share code, notes, and snippets.

@konrad1977
Created June 12, 2015 12:08
Show Gist options
  • Save konrad1977/255d347cdcd5f8d413d6 to your computer and use it in GitHub Desktop.
Save konrad1977/255d347cdcd5f8d413d6 to your computer and use it in GitHub Desktop.
repeat
var index = 0
repeat {
index++
} while index < 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment