Closed dkrasner closed 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
if "A" != "B" then answer "OK"
if "A" is not "B" then answer "OK"
For example:
if "A" != "B" then answer "OK"
works fine as it should butif "A" is not "B" then answer "OK"
does not