At 7:28 PM -0700 3/28/07, [EMAIL PROTECTED] wrote:
=head1 Multidimensional arrays
+Perl 6 arrays are not restricted to being one-dimensional (that's simply
+the default). To declare a multidimensional array, you specify it with a
+semicolon-separated list of dimension lengths:
+
+my int @in
HaloO,
[EMAIL PROTECTED] wrote:
+Similarly, within a C<.{}> indexing operation you can use C<*[$idx]>
+to convert from standard indices to user-defined:
+
+@lengths{ *[2] .. Oct } # Same as: @lengths{ Jan .. Oct }
Isn't that same as @length{Mar..Oct}?
--
Author: larry
Date: Thu Mar 29 07:11:09 2007
New Revision: 14363
Modified:
doc/trunk/design/syn/S09.pod
Log:
missing blank line supplied by dduncan++
Modified: doc/trunk/design/syn/S09.pod
==
--- doc/trunk/design/syn
[EMAIL PROTECTED] schreef:
> -Attempting to access an index outside a array's defined range will
> fail:
> +Attempting to access an index outside an array's defined range
> will fail:
Idea for Perl6 test code: detecting (simple) typos in documentation.
--
Affijn, Ruud
"Gewoon is een tijger."
Author: larry
Date: Thu Mar 29 12:06:16 2007
New Revision: 14364
Modified:
doc/trunk/design/syn/S09.pod
Log:
error spotted by TSa++
Modified: doc/trunk/design/syn/S09.pod
==
--- doc/trunk/design/syn/S09.pod(o
Author: larry
Date: Thu Mar 29 12:32:03 2007
New Revision: 14365
Modified:
doc/trunk/design/syn/S04.pod
Log:
missing words spotted by shamu++
Modified: doc/trunk/design/syn/S04.pod
==
--- doc/trunk/design/syn/S04.pod
[EMAIL PROTECTED] wrote:
Modified: doc/trunk/design/syn/S09.pod
==
...
-my @calendar[12;*;24]; # "Month" dimension unlimited
+my @calendar[12;*;24]; # day-of-month dimension unlimited/ragged
There's
Author: larry
Date: Thu Mar 29 16:14:45 2007
New Revision: 14366
Modified:
doc/trunk/design/syn/S09.pod
Log:
clarifications suggested by thom++
Modified: doc/trunk/design/syn/S09.pod
==
--- doc/trunk/design/syn/S09.p
On Thu, Mar 29, 2007 at 01:21:27AM -0700, Darren Duncan wrote:
: At 7:28 PM -0700 3/28/07, [EMAIL PROTECTED] wrote:
: > =head1 Multidimensional arrays
: >
: >+Perl 6 arrays are not restricted to being one-dimensional (that's simply
: >+the default). To declare a multidimensional array, you specify
Good luck w/ your studies. Viable alternatives to SQL are always welcome.
;-)
On 3/23/07, Darren Duncan <[EMAIL PROTECTED]> wrote:
At 7:15 PM -0700 3/23/07, John Beppu wrote:
>You might find Dee interesting:
>
>http://www.quicksort.co.uk/
This Dee project in Python is a worthy thing to study
10 matches
Mail list logo