develooper Front page | perl.perl6.language | Postings from June 2010

r31490 -[S06] \| and | prefixes of parameters should be separately introspectable

From:
pugs-commits
Date:
June 28, 2010 13:59
Subject:
r31490 -[S06] \| and | prefixes of parameters should be separately introspectable
Message ID:
20100628205929.10080.qmail@feather.perl6.nl
Author: moritz
Date: 2010-06-28 22:59:28 +0200 (Mon, 28 Jun 2010)
New Revision: 31490

Modified:
   docs/Perl6/Spec/S06-routines.pod
Log:
[S06] \| and | prefixes of parameters should be separately introspectable

Modified: docs/Perl6/Spec/S06-routines.pod
===================================================================
--- docs/Perl6/Spec/S06-routines.pod	2010-06-28 20:59:24 UTC (rev 31489)
+++ docs/Perl6/Spec/S06-routines.pod	2010-06-28 20:59:28 UTC (rev 31490)
@@ -2174,6 +2174,7 @@
   copy           True if the parameter has C<is copy> trait
   named          True if the parameter is to be passed named
   named_names    List of names a named parameter can be passed as
+  capture        True if the paramater binds the caller's Capture
   parcel         True if the parameter is too lazy to contextualize
   slurpy         True if the parameter is slurpy
   optional       True if the parameter is optional




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