> > 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?

Reply via email to