moonscript/tests/funcs.moon
2011-05-20 09:14:50 -07:00

10 lines
83 B
Plaintext

return 5 + () -> 4 + 2
return 5 + (() -> 4) + 2
print 5 + () ->
34
good nads