On Fri, Apr 12, 2002 at 02:14:36PM -0700, Erik Steven Harrison wrote:
> As i understand it (Tell me if I'm wrong) This
>
> %hash {key};
>
> will not work, because space between the hashname and the brace was no longer
>allowed.
So lining up of code like this...
$x {a} {b} = 1;
$xxx{aaa}{bbb} = 2;
print $x {a} {b}, "\n";
print $xxx{aaa}{bbb}, "\n";
....will no longer work in Perl 6? That's not going to be much fun.
--
Matthew Winn ([EMAIL PROTECTED])
