Author: audreyt
Date: Mon Jun 12 00:42:35 2006
New Revision: 9589
Modified:
doc/trunk/design/syn/S02.pod
Log:
* S02: more elimination of lvalue-parenthesis form, spotted by spinclad++
Modified: doc/trunk/design/syn/S02.pod
==
On 6/11/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
(Operators that imply list operations are excluded: C<@>, C<%>,
and C, for instance. Hyper operators are also excluded, but
-post-assigment forms such as C is allowed.)
+post-assigment forms such as C are allowed.
while the nits are bei
> > -post-assigment forms such as C is allowed.)
> > +post-assigment forms such as C are allowed.
> s/allowed\./allowed)./
Umm, no. The ) was correct in its original position (after the full
stop). It just seems to have disappeared.
--
Always crash crash crashWell come on and
On 6/12/06, Daniel Hulme <[EMAIL PROTECTED]> wrote:
> > -post-assigment forms such as C is allowed.)
> > +post-assigment forms such as C are allowed.
> s/allowed\./allowed)./
Umm, no. The ) was correct in its original position (after the full
stop). It just seems to have disappeared.
Yeah, my b
Author: audreyt
Date: Mon Jun 12 18:32:09 2006
New Revision: 9625
Modified:
doc/trunk/design/syn/S03.pod
Log:
* S03: Even more typo/nit cleanup; also clarify that while
prefix:<%> is not "simple" scalar lvalue, infix:<%> is.
Modified: doc/trunk/design/syn/S03.pod
=