Author: larry
Date: Sat May 13 09:15:35 2006
New Revision: 9238
Modified:
doc/trunk/design/syn/S05.pod
Log:
:ratchet behavior was unclearly written, from scw++
Modified: doc/trunk/design/syn/S05.pod
==
--- doc/trunk/
Author: larry
Date: Sat May 13 09:07:03 2006
New Revision: 9237
Modified:
doc/trunk/design/syn/S09.pod
Log:
Clarifications on multidimensional notations.
Modified: doc/trunk/design/syn/S09.pod
==
--- doc/trunk/design
Author: larry
Date: Sat May 13 08:51:43 2006
New Revision: 9236
Modified:
doc/trunk/design/syn/S06.pod
Log:
s:g/<'&?SUB'>/&?ROUTINE/ from gaal++
Modified: doc/trunk/design/syn/S06.pod
==
--- doc/trunk/design/syn/S06.
On Sat, May 13, 2006 at 10:52:00AM +0300, Markus Laire wrote:
: On 5/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
: > Argumentless C<**> in a multi-dimensional subscript indicates 0 or
: >-more dimensions of C<*> where the number of dimension isn't necessarily
: >-known: C<@foo[1;**;5]>. It
On 5/13/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Argumentless C<**> in a multi-dimensional subscript indicates 0 or
-more dimensions of C<*> where the number of dimension isn't necessarily
-known: C<@foo[1;**;5]>. It has a value of C, or something
-like that. The argumentless C<*> and