Skip to content

Instantly share code, notes, and snippets.

@asterite
Created November 17, 2015 01:32
Show Gist options
  • Save asterite/86535ad75f53534d104f to your computer and use it in GitHub Desktop.
Save asterite/86535ad75f53534d104f to your computer and use it in GitHub Desktop.
a = 1
b = 1
while 1
b = a
a = false
end
b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment