On Fri Jul 06 08:21:29 2012, demerphq wrote: > On 6 July 2012 17:19, Eric Brine <ikegami@adaelis.com> wrote: > > Not so. Equally new var there. A variable is an association between > a name > > and an address. "state", "our", and "my" equally create variables. > > our doesnt create anything. At least two things: 2) a pad slot and 3) confusion. Oops, I was fiddling with $[ when I wrote that. :-) Actually, if you look at the implementation, you will see that our $foo actually does create a *foo GV at compile time, if it does not already exist. -- Father ChrysostomosThread Previous | Thread Next