java - Is there such thing as not less than? -


in code, i'm trying make not less operator. can't a !< b... can do? there package / method can use?

the opposite of a<b a>=b, not a>b.

edit: syntax looking !(a<b)


Comments

Popular posts from this blog

jquery - uncaught exception: DataTables Editor - remote hosting of code not allowed -

python 2.7 - Lines in my code being skipped and I am not sure why -

python - multiprocessing pool with map -