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

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