Created
June 2, 2019 15:46
-
-
Save thomasrudin/11ff23ae13c7531d24b7d78169c43cd0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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