Comment on A Python programmer’s first impression of CoffeeScriptComments−thegoleffect15yFor "Switch statements don’t allow you to fall-through to the next case", you can combine multiple cases:when "a", "b" then doStuff()
Comments
For "Switch statements don’t allow you to fall-through to the next case", you can combine multiple cases:
when "a", "b" then doStuff()