Skip to content

Instantly share code, notes, and snippets.

@ilpropheta
Last active July 19, 2016 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilpropheta/ac03ea27c1837196ff71be6a4a3835ae to your computer and use it in GitHub Desktop.
Save ilpropheta/ac03ea27c1837196ff71be6a4a3835ae to your computer and use it in GitHub Desktop.
!(o1 < o2) // it's not true that o1 < o2
&& //and
!(o2 < o1) // it's not true that o2 < o1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment