A
Austin Ziegler
Yes, that's a contrived example, but as far as I'm concerned, if end of
line terminates a "statement", then continuation of a line should
require an *explicit* continuation designator, such as "\".
Um. I'd accept your statement, except that lines *aren't* statements
in Ruby. They're expressions. It does make a bit of a difference to
the whole thing. If an expression is complete on a line, then it's a
complete expression. If it isn't, then it isn't and Ruby keeps
looking. IMO, sensibly.
-austin