Created
September 14, 2020 10:38
-
-
Save tfeuerst/9816419beff07e845a5ed841e21f7d78 to your computer and use it in GitHub Desktop.
comparison operators
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Range operators: | |
---------------- | |
gt: Greater Than , > | |
ge: Greater than or Equivalent with , >= | |
lt: Less than, < | |
le: Less than or Equivalent with, <= | |
Equality operators: | |
------------------- | |
eq: EQuivalent with, == | |
ne: Not Equivalent with, /= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment