develooper Front page | perl.perl6.language | Postings from August 2006

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

From:
larry
Date:
August 16, 2006 20:39
Subject:
[svn:perl6-synopsis] r11065 - doc/trunk/design/syn
Message ID:
20060817033931.230E9CB9BB@x12.develooper.com
Author: larry
Date: Wed Aug 16 20:39:30 2006
New Revision: 11065

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

Log:
Removed contentious "Trinary".


Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod	(original)
+++ doc/trunk/design/syn/S03.pod	Wed Aug 16 20:39:30 2006
@@ -12,9 +12,9 @@
 
   Maintainer: Larry Wall <larry@wall.org>
   Date: 8 Mar 2004
-  Last Modified: 11 Aug 2006
+  Last Modified: 16 Aug 2006
   Number: 3
-  Version: 55
+  Version: 56
 
 =head1 Changes to Perl 5 operators
 
@@ -87,7 +87,7 @@
 an C<xx> is evaluated only once.  (To call a block repeatedly, use a C<map>
 instead.)
 
-=item * Trinary C<? :> becomes C<?? !!>.  It is a syntax error to use an
+=item * The C<? :> conditional operator becomes C<?? !!>.  It is a syntax error to use an
 operator in the middle that binds looser in precedence, such as C<=>.
 
 =item * C<qw{ ... }> gets a synonym: C< < ... > >, and an interpolating



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About