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

2007-01-30 Thread Larry Wall
On Tue, Jan 30, 2007 at 08:25:37PM +0100, TSa wrote: : HaloO, : : [EMAIL PROTECTED] wrote: : >+ The lower : >+right corner of a two dimesional array is C<@array[*-1, *-1]>. : : That should read @array[*-1; *-1], or not? Right you are. Though that makes me wonder if a multidimensional Whatever (

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

2007-01-30 Thread TSa
HaloO, [EMAIL PROTECTED] wrote: + The lower +right corner of a two dimesional array is C<@array[*-1, *-1]>. That should read @array[*-1; *-1], or not? --

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

2007-01-30 Thread larry
Author: larry Date: Tue Jan 30 12:11:00 2007 New Revision: 13549 Modified: doc/trunk/design/syn/S09.pod Log: Disabled negative subscript dwimmery for all shaped arrays. * can now take + and - operators. Modified: doc/trunk/design/syn/S09.pod ==