In the "Multiplicative Precedence" section of S04, "div" is specified twice.
Joe Gottman
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
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