At 03:31 PM 4/20/2001 -0500, Garrett Goebel wrote:
> > > The equivalent of an AV should store an array of values rather
> > > than variables.
> >
> > I disagree.
> >
> > $a = 1;
> > @b = ($a);
> > $c = $b[0];
>
>oops I meant:
>
>Wouldn't you like to preserve the possibility of allowing $c
>get both the variable and value vtables of $a?

The interpreter will allow both. Which is done will depend on the context 
things appear in. (Basically which bit of bytecode the parser spits out)

                                        Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                      teddy bears get drunk

Reply via email to