Skip to content

Instantly share code, notes, and snippets.

@vbedegi
Created September 24, 2011 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vbedegi/1239074 to your computer and use it in GitHub Desktop.
Save vbedegi/1239074 to your computer and use it in GitHub Desktop.
Web Workbench won't compile this code. Something about the switch
class SomeClass
someMethod: ->
x = 42
switch x
when 41
alert 'less'
when 43
alert 'more'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment