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

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

From:
autrijus
Date:
March 31, 2006 04:10
Subject:
[svn:perl6-synopsis] r8505 - doc/trunk/design/syn
Message ID:
20060331121037.4F6F4CBA47@x12.develooper.com
Author: autrijus
Date: Fri Mar 31 04:10:36 2006
New Revision: 8505

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

Log:
* excise the "ref" from S09

Modified: doc/trunk/design/syn/S09.pod
==============================================================================
--- doc/trunk/design/syn/S09.pod	(original)
+++ doc/trunk/design/syn/S09.pod	Fri Mar 31 04:10:36 2006
@@ -101,8 +101,8 @@
     my num @nums;
     my int4 @nybbles;
     my buf @buffers;
-    my ref[Array] @ragged2d;
     my complex128 @longdoublecomplex;
+    my Array @ragged2d;
 
 the presence of a low-level type tells Perl that it is free to
 implement the array with "compact storage", that is, with a chunk



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