lowerThanTesting

Standard operator Lower Than

Contained requests:

?- @<(1.0,1).
?- @<(1,1.0).
?- @<(stringTestA,stringTestZ).
?- @<(1,stringTest).