Ed Mills writes:
> Is eq needed? Can't == be used for either context?
>    $a == 'cat'
> is readily distinguishable from
>    $a == 2;
> so the compiler should be able to determine context.

  if ($a == $b)

Is that string comparison or numeric comparison?

Nat

Reply via email to