jashkenas--coffeescript/documentation/coffee/switch.coffee

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