> Indentation is significant in CoffeeScript, just like it is in Python. Just having a parenthesis shouldn't change that.
Er... in Python, having a parenthesis does change that, within parens Python uses continuation lines which are not subject to the same restrictions as free-floating code.
Er... in Python, having a parenthesis does change that, within parens Python uses continuation lines which are not subject to the same restrictions as free-floating code.