dkrasner / Simpletalk

Apache License 2.0
53 stars 3 forks source link

string inqueality (is not) can fail while (!=) works #121

Closed dkrasner closed 1 year ago

dkrasner commented 1 year ago

For example:

if "A" != "B" then answer "OK" works fine as it should but if "A" is not "B" then answer "OK" does not