Created
September 25, 2012 04:17
-
-
Save MaySnow/3779955 to your computer and use it in GitHub Desktop.
gt ge le le eq ne
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
GT: Greater Than , > | |
GE: Greater than or Equivalent with , >= | |
LT: Less than, < | |
LE: Less than or Equivalent with, <= | |
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
what is this comparison type called?