I wrote:
>> 3 === 3
>True
>> 3.WHICH.WHERE == 3.WHICH.WHERE
>False

Additional:

> 3.WHICH === 3.WHICH
True
> { my class Aa {} }().WHICH === { my class Aa {} }().WHICH
True

This seems to confirm that the string is the thing that matters.

-zefram

Reply via email to