On Tue, 29 Oct 2002, David Whipp wrote: : Luke Palmer [mailto:fibonaci@;babylonia.flatirons.org] wrote: : : > for @x | @y -> $x is rw | $y { : > $x += $y : > } : : This superposition stuff is getting to me: I had a double-take, : wondering why we were iterating with superpositions (Bitops : never entered my mind). Did the C<;> ever officially change : to C<|> as the low-precidence list composer?
No. It's still officially C<;>. Larry