Lightning flashed, thunder crashed and Nathan Wiger <[EMAIL PROTECTED]> whisper
ed:
| Michael G Schwern wrote:
| > 
| > Oh, not to seed the clouds or anything, but what about "+=" and ".="?
| > Any proposal will have to deal with those.
| 
| Under what I originally posted:
| 
|    $a += "$b";    # string
|    $a += $b;      # numeric

You still haven't given a good explanation of

$a += sub();      # is it a string or a number?

Does your plan mean that we can no longer have subs that are context
dependent?

-spp

Reply via email to