Daniel (>), Carl (>>), svn log, speaking on larry's behalf (>>>):
> > +The string concatenating form is:
> > +
> > + X~X <1 2> # 'a1', 'a2', 'b1', 'b2'
> > +
> > +The C operator desugars to something like:
> > +
> > +[~]�( X <1 2> ) # 'a1', 'a2', 'b1', 'b2'
> svn log, speaking on larry's behalf (>):
> > +The string concatenating form is:
> > +
> > + X~X <1 2> # 'a1', 'a2', 'b1', 'b2'
> > +
> > +The C operator desugars to something like:
> > +
> > +[~]�( X <1 2> ) # 'a1', 'a2', 'b1', 'b2'
^
> If the C variant
svn log, speaking on larry's behalf (>):
+The string concatenating form is:
+
+ X~X <1 2> # 'a1', 'a2', 'b1', 'b2'
+
+The C operator desugars to something like:
+
+[~]«( X <1 2> ) # 'a1', 'a2', 'b1', 'b2'
...and later...
+The C variant crosses the arrays but concatenates
Author: larry
Date: Tue Sep 12 21:09:33 2006
New Revision: 11975
Modified:
doc/trunk/design/syn/S03.pod
Log:
tweaks to crossop syntax
Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk/design/syn/S03.pod