Skip to content

Instantly share code, notes, and snippets.

@MaySnow
Created September 25, 2012 04:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save MaySnow/3779955 to your computer and use it in GitHub Desktop.
Save MaySnow/3779955 to your computer and use it in GitHub Desktop.
gt ge le le eq ne
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, /=
@ivandrofly
Copy link

what is this comparison type called?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment