greaterThanTesting

Standard operator greater than

Contained requests:

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