Re: S04 - forbidden coding-style

2006-07-20 Thread Smylers
Markus Laire writes: > S04 seems to say that a style like this can't be used by > perl6-programmers: > > loop > { >... > } > while $x; > > I like this style, as it lines up both the keywords and the curlies. As of yesterday you can get very close to this by putting a space-eating backslas

S04 - forbidden coding-style

2006-07-20 Thread Markus Laire
This quote from S04 Outside of any kind of expression brackets, a final closing curly on a line (not counting whitespace or comments) always reverts to the precedence of semicolon whether or not you put a semicolon after it. (In the absence of an explicit semicolon, the current statement may cont