
May 16, 2013
9:44 p.m.
On Thu, May 16, 2013 at 1:26 PM, Bruce Leban <bruce@leapyear.org> wrote:
... So what if the rule for trailing \ was changed to:
The \ continuation character may be followed by white space and a comment. If a comment is present, there must be at least one whitespace character between the \ and the comment.
YES!!! Even ignoring string concatenation, this would be a huge win. Limiting implicit string concatenation to "same logical line" or even "adjacent physical lines joined by a line-continuation '\'-character" *might* be even better. -jJ