|
What is/are the correct operator(s) to represent a "not equal" expression in Jack?
(For example, in other languages, I'm used to writing a != b)
However, in Jack, would this be correct in expressing "a not equals b"?
a ~= b
If not, can you pls clarify? I don't see the "not equals" expression in the chapter examples. Thx.
- JRD
|