On Sat, Apr 02, 2005 at 12:05:37PM +0200, Juerd wrote: > Bitshift, which one is it? > +<< > or > +< > > I believe only +< is possible, because +<< has to be +«, but S03 is > still inconsistent, and +<< comes up everywhere, including Brent's > perl6op.txt. > > Can there please be a definitive answer, and an update to S03?
The definitive answer is +< -- the pod document at http://dev.perl.org/perl6/synopsis/S03.html is out of date. This has been corrected in the perl6 svn repository for some time (http://svn.perl.org/perl6/doc/trunk/design/syn/S03.pod), but I don't know the magic for getting updates in the svn repository reflected on the website. Pm