mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 11:31:20 -05:00
11 lines
99 B
CoffeeScript
11 lines
99 B
CoffeeScript
# comment
|
|
func: =>
|
|
# comment
|
|
false
|
|
false # comment
|
|
false
|
|
# comment
|
|
true
|
|
|
|
print(func())
|