How to get 'true' or 'false' for inequality?
For equality, I have to type = twice. Like this: == . But what about inequalities?
For equality, I have to type = twice. Like this: == . But what about inequalities?
<, >, <= or >=
You don't have to do anything special. The reason for the distinction for equal is you can set something equal to 5 or you can test if something is equal to 5. These are very different. Since you don't set something >= 5, you don't need a separate symbol for testing if something is greater than or equal to 5.
Asked: 13 years ago
Seen: 460 times
Last updated: Feb 27 '12