moonscript/tests/funcs.moon

10 lines
83 B
Plaintext
Raw Normal View History

2011-05-20 16:14:50 +00:00
return 5 + () -> 4 + 2
return 5 + (() -> 4) + 2
print 5 + () ->
34
good nads