mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
5 lines
132 B
CoffeeScript
5 lines
132 B
CoffeeScript
print(if my_special_variable? then false else true)
|
|
|
|
my_special_variable: false
|
|
|
|
print(if my_special_variable? then true else false) |