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

2008-10-17 Thread Jon Lang
"also" seems to be the junctive equivalent of "andthen".  Should there
be a junctive equivalent of "orelse"?

-- 
Jonathan "Dataweaver" Lang


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

2008-10-17 Thread larry
Author: larry
Date: Fri Oct 17 08:24:48 2008
New Revision: 14598

Modified:
   doc/trunk/design/syn/S03.pod

Log:
explicit use of term "short-circuit" suggested by Eirik-Berg.Hanssen++


Modified: doc/trunk/design/syn/S03.pod
==
--- doc/trunk/design/syn/S03.pod(original)
+++ doc/trunk/design/syn/S03.podFri Oct 17 08:24:48 2008
@@ -12,9 +12,9 @@
 
   Maintainer: Larry Wall <[EMAIL PROTECTED]>
   Date: 8 Mar 2004
-  Last Modified: 16 Oct 2008
+  Last Modified: 17 Oct 2008
   Number: 3
-  Version: 144
+  Version: 145
 
 =head1 Overview
 
@@ -949,7 +949,7 @@
 
 =item *
 
-C<< infix: >>, sequential junctional and operator
+C<< infix: >>, short-circuit junctional and operator
 
 EXPR also EXPR also EXPR ...