Skip to content

Instantly share code, notes, and snippets.

@thomasrudin
Created June 2, 2019 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasrudin/11ff23ae13c7531d24b7d78169c43cd0 to your computer and use it in GitHub Desktop.
Save thomasrudin/11ff23ae13c7531d24b7d78169c43cd0 to your computer and use it in GitHub Desktop.
if event.type == "program" then
interrupt(1)
end
if event.type == "interrupt" then
print("stuff")
interrupt(1)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment