Created
March 1, 2015 01:19
-
-
Save leafo/3fadb088dabac3c4db7d to your computer and use it in GitHub Desktop.
broke.moon
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
import to_lua from require "moonscript.base" | |
for i=1,250 | |
print "tick", i | |
to_lua "x = ->" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment