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

10 lines
138 B
CoffeeScript

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