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

r29864 - docs/Perl6/Spec

From:
pugs-commits
Date:
February 26, 2010 09:24
Subject:
r29864 - docs/Perl6/Spec
Message ID:
20100226172325.13053.qmail@feather.perl6.nl
Author: lwall
Date: 2010-02-26 18:23:25 +0100 (Fri, 26 Feb 2010)
New Revision: 29864

Modified:
   docs/Perl6/Spec/S09-data.pod
Log:
[S09] reserve the final () declaration syntax without committing to it meaning anything


Modified: docs/Perl6/Spec/S09-data.pod
===================================================================
--- docs/Perl6/Spec/S09-data.pod	2010-02-26 14:24:57 UTC (rev 29863)
+++ docs/Perl6/Spec/S09-data.pod	2010-02-26 17:23:25 UTC (rev 29864)
@@ -14,7 +14,7 @@
     Created: 13 Sep 2004
 
     Last Modified: 26 Feb 2010
-    Version: 42
+    Version: 43
 
 =head1 Overview
 
@@ -715,6 +715,10 @@
 
     my @array[10]{'a'..'z'}(:$sparse --> MyType);
 
+[Note: the final signature syntax is merely reserved for now, and
+not expected to work until we figure out what it really means, if
+it means anything.]
+
 =head1 PDL support
 
 An array C<@array> can be tied to a PDL at declaration time:




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