Files
coffeescript/documentation/coffee/switch.coffee
Jeremy Ashkenas a2631759c0 CoffeeScript 0.9.3
2010-09-16 00:32:57 -04:00

10 lines
213 B
CoffeeScript

switch day
when "Mon" then go work
when "Tue" then go relax
when "Thu" then go iceFishing
when "Fri", "Sat"
if day is bingoDay
go bingo
go dancing
when "Sun" then go church
else go work