Re: String interpolation

2004-07-21 Thread Brent 'Dax' Royal-Gordon
Luke Palmer wrote: I admit there's a certain interest to Larry's new idea. I've been looking for more distinction between $, @, and % in Perl 6, since they start to become mostly irrelavent. In the new proposal: my @a = (1,2,3,4,5); my $a = @a; say @a; # @a say $a; # 1 2

Re: String interpolation

2004-07-21 Thread Brent 'Dax' Royal-Gordon
[Forgot to send it to the list. D'oh.] Wow, I'm really having a bad e-mail day. Sorry, guys. -- Brent Dax Royal-Gordon [EMAIL PROTECTED] Perl and Parrot hacker Oceania has always been at war with Eastasia.