Files
coffeescript/test/fixtures/execution/test_funky_comments.coffee

8 lines
78 B
CoffeeScript

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