mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04: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) |