This website requires JavaScript.
Explore
Help
Register
Sign In
library-mirrors
/
moonscript
Watch
1
Star
0
Fork
0
You've already forked moonscript
mirror of
https://github.com/leafo/moonscript.git
synced
2024-11-22 02:44:23 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f2cb2f506c
moonscript
/
spec
/
error_inputs
/
second.moon
20 lines
145 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test cases for error rewriting
2011-07-19 06:39:09 +00:00
error rewriting spec
2013-06-08 07:33:02 +00:00
print = ->
test cases for error rewriting
2011-07-19 06:39:09 +00:00
if false
true
true
true
true
print hello
else
true
true
true
true
print "hello world"
print doesnt.exist
Reference in New Issue
Copy Permalink