On 17/04/2011, at 19:44, Dmitry A. Soshnikov wrote: > (...) Since usually, a programmer puts a one logical sentences per line -- > *for what* you need additional statement/expression termination besides the > new line itself? The useless actions in this case can be compared with > masochism. (...)
AFAIK, the parser is mostly 'greedy' and keeps parsing and skipping over \n trying to compose the longest sentence that makes sense. This is a feature (IMO) that allows us to break complex/longish statements/expressions onto several lines, for better readability, a feature I wouldn't want to ditch by making \n a statement/expression terminator, except, perhaps, in some very few special situations. -- Jorge. _______________________________________________ es-discuss mailing list [email protected] https://mail.mozilla.org/listinfo/es-discuss

