Skip to content

Instantly share code, notes, and snippets.

@rzaitov
Created January 8, 2015 20:50
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 rzaitov/19d66c0a7840363c3dfb to your computer and use it in GitHub Desktop.
Save rzaitov/19d66c0a7840363c3dfb to your computer and use it in GitHub Desktop.
2015-01-08 23:48:20.659 LessOrEqual[346:37730] min < max | 10000000 < 40000000 == True
2015-01-08 23:48:20.663 LessOrEqual[346:37730] min <= max | 10000000 <= 40000000 == True
2015-01-08 23:48:20.663 LessOrEqual[346:37730] min > max | 10000000 > 40000000 == False
2015-01-08 23:48:20.664 LessOrEqual[346:37730] min >= max | 10000000 >= 40000000 == False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment