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