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

10 lines
213 B
CoffeeScript
Raw Normal View History

2009-12-21 16:41:45 +00:00
switch day
2010-09-16 04:32:57 +00:00
when "Mon" then go work
when "Tue" then go relax
when "Thu" then go iceFishing
2010-01-14 04:24:45 +00:00
when "Fri", "Sat"
if day is bingoDay
2010-09-16 04:32:57 +00:00
go bingo
go dancing
when "Sun" then go church
else go work