Skip to content

Instantly share code, notes, and snippets.

@wilson0x4d
Created June 3, 2015 11:09
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save wilson0x4d/f8410719033d1e0ef771 to your computer and use it in GitHub Desktop.
Save wilson0x4d/f8410719033d1e0ef771 to your computer and use it in GitHub Desktop.
for idx = 1, 5 do repeat
print(1)
print(2)
print(3)
do break end -- goes to next iteration of for
print(4)
print(5)
until true end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment