mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-19 03:44:23 -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) |