"Abhijit A. Mahabal" <[EMAIL PROTECTED]> wrote:
> Symbol tables and typeglobs and such belong to A10... and the * has been
> stolen... so I'll just speculate in pseudocode.
> Blocks-are-subroutines makes life easier, and in pseudocode that can be
> just:
> *{"Foo::name1"} = -> $a { $a->{name1} };
If I read A12 correctly, this could be written as:
&Foo::$name1 := -> $a {$a.name1};
Dave.
