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

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

From:
audreyt
Date:
July 26, 2006 23:53
Subject:
[svn:perl6-synopsis] r10488 - doc/trunk/design/syn
Message ID:
20060727065309.F3ED2CBA44@x12.develooper.com
Author: audreyt
Date: Wed Jul 26 23:53:09 2006
New Revision: 10488

Modified:
   doc/trunk/design/syn/S02.pod
   doc/trunk/design/syn/S06.pod

Log:
* S02 and S06: Markus Laire noted that "piping" shouldn't
  exist anymore without "pipe operators".

Modified: doc/trunk/design/syn/S02.pod
==============================================================================
--- doc/trunk/design/syn/S02.pod	(original)
+++ doc/trunk/design/syn/S02.pod	Wed Jul 26 23:53:09 2006
@@ -572,7 +572,7 @@
 be a multidimension form of C<*> when that makes sense.
 
 The C<***> variant serves as the insertion point of a list of feeds.
-That insertion point may be targeted by piping to C<*>.  See S06.
+That insertion point may be targeted by sending a feed into C<*>.  See S06.
 
 Other uses for C<*> will doubtless suggest themselves over time.  These
 can be given meaning via the MMD system, if not the compiler.  In general

Modified: doc/trunk/design/syn/S06.pod
==============================================================================
--- doc/trunk/design/syn/S06.pod	(original)
+++ doc/trunk/design/syn/S06.pod	Wed Jul 26 23:53:09 2006
@@ -872,8 +872,8 @@
     foo() ==> say ***, " is what I meant";
     bar() ==> ***.baz();
 
-Piping to the C<*> "whatever" term is considered a feed to the lexically
-following C<***> term:
+Sending a feed into the C<*> "whatever" term is considered to extend
+the lexically following C<***> term:
 
     0..*       ==> *;
     'a'..*     ==> *;



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