LE Overloaded Less-Than-Equals Comparison Operator
Section: Object Oriented Programming
Usage
This is a method that is invoked to compare two variables using a
less than or equals comparison operator, and is invoked when you call
c = le(a,b)
or for
c = a <= b