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

14 lines
162 B
CoffeeScript
Raw Normal View History

2010-07-29 04:51:35 +00:00
mood = greatlyImproved if singing
2009-12-21 16:41:45 +00:00
if happy and knowsIt
clapsHands()
chaChaCha()
2010-07-29 04:51:35 +00:00
else
showIt()
2009-12-21 16:41:45 +00:00
2010-07-29 04:51:35 +00:00
date = if friday then sue else jill
2009-12-21 16:41:45 +00:00
2010-12-13 02:41:04 +00:00
options or= defaults