Skip to content

Instantly share code, notes, and snippets.

@tfeuerst
Created September 14, 2020 10:38
Show Gist options
  • Save tfeuerst/9816419beff07e845a5ed841e21f7d78 to your computer and use it in GitHub Desktop.
Save tfeuerst/9816419beff07e845a5ed841e21f7d78 to your computer and use it in GitHub Desktop.
comparison operators
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