Files
coffeescript/documentation/coffee/conditionals.coffee

9 lines
155 B
CoffeeScript

mood: greatly_improved if singing
if happy and knows_it
claps_hands()
cha_cha_cha().
date: if friday then sue else jill.
expensive ||= do_the_math()