``` a = 2 switch a ### Causes an error ### when 2 then true else false ``` As tested in the coffeescript website.