Lightning flashed, thunder crashed and Graham Barr <[EMAIL PROTECTED]> whispered:
| > What's wrong with something like:
| > 
| >    $foo = $a :+ $b;
| 
| I was thinking along those lines too.

Maybe this is a crazy (or stupid) idea, but why couldn't we use the $, @,
and % characters?  

    @foo = @a @+ @b;    # element by element add

-spp

Reply via email to