lowerThanOrEqualTesting

Standard operator Lower Than or Equal

Contained requests:

?- @=<(1,1.0).
?- @=<(1.0,1.0).
?- @=<(stringTest,stringTest).