jashkenas--coffeescript/documentation/coffee/conditionals.coffee

9 lines
153 B
CoffeeScript
Raw Normal View History

2009-12-21 11:41:45 -05:00
mood: greatly_improved if singing
if happy and knows_it
claps_hands()
2009-12-30 00:22:27 -05:00
cha_cha_cha()
2009-12-21 11:41:45 -05:00
2009-12-30 00:22:27 -05:00
date: if friday then sue else jill
2009-12-21 11:41:45 -05:00
expensive ||= do_the_math()