Files
coffeescript/test/fixtures/execution/test_funky_comments.coffee
2010-01-05 23:15:32 -05:00

11 lines
99 B
CoffeeScript

# comment
func: =>
# comment
false
false # comment
false
# comment
true
print(func())