Files
coffeescript/test/fixtures/execution/test_existence.coffee
2010-01-01 12:41:55 -05:00

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)