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: