6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
=== Message
|
|
|
|
* Replace this "is" operator with "=="; identity operator is not reliable here.
|
|
* Replace this "is not" operator with "!="; identity operator is not reliable here.
|
|
|