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

14 lines
162 B
CoffeeScript

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