Error in S04

2007-01-28 Thread Joe Gottman
In the "Multiplicative Precedence" section of S04, "div" is specified twice. Joe Gottman

[OT] Re: [svn:perl6-synopsis] r13540 - doc/trunk/design/syn

2007-01-28 Thread Aaron Crane
Nicholas Clark writes: > Also, I'm never totally confident on what isn't quite undefined behaviour in > C, but something like > > $a = $b + ++$b; > > doesn't appear to have multiple side effects, yet it ought to be undefined. It is undefined in C. The standard says that between any adjacent p

[svn:perl6-synopsis] r13542 - doc/trunk/design/syn

2007-01-28 Thread larry
Author: larry Date: Sun Jan 28 16:04:21 2007 New Revision: 13542 Modified: doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S06.pod Log: Typos from (Joe and Mark)++ Rethink of low-precedence priority to unify listops with contextualizers. Comma precedence now separate to avoid former sophi