Files
coffeescript/documentation/coffee/conditionals.coffee
2010-07-29 21:23:49 -04:00

11 lines
159 B
CoffeeScript

mood = greatlyImproved if singing
if happy and knowsIt
clapsHands()
chaChaCha()
else
showIt()
date = if friday then sue else jill
options or= defaults