Re: [COMMIT] PerlArray type

2001-12-18 Thread Simon Cozens
On Tue, Dec 18, 2001 at 02:14:04AM -0500, Jeff G wrote: > Note the three-parameter set() ops, specifically. > A little lacking in documentation, but they do indeed work. Perfect. And the right way to do it, too. Good job. > Does the current Perl6 licensing situation permit me to use the perl5 >

[COMMIT] PerlArray type

2001-12-17 Thread Jeff G
Note the three-parameter set() ops, specifically. A little lacking in documentation, but they do indeed work. new P0,PerlArray # Initializes a new PerlArray set P0,N0,I0 sets index I0 of array P0 to the number in register N0 get S0,P0,I0 sets S0 to the string in index I0 of P0 Does the current P