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

10 lines
138 B
CoffeeScript
Raw Normal View History

2010-07-29 00:51:35 -04:00
mood = greatlyImproved if singing
2009-12-21 11:41:45 -05:00
if happy and knowsIt
clapsHands()
chaChaCha()
2010-07-29 00:51:35 -04:00
else
showIt()
2009-12-21 11:41:45 -05:00
2010-07-29 00:51:35 -04:00
date = if friday then sue else jill