Line continuation

If a line is ended with three dots, then the current line and the next line will be joined by the interpreter to form a single line. This can help enter very long lines.
 f = (h, r, theta) ->  ...
            r^2 + h * (1 + cos(theta));



oz 2009-12-22