basic math comparison operators:  >   >=   =<   <   =:=   =\=
Force evaluation of each side arguments, then compare them, then succeed or fail.

Example:    ?- 6 > 4.         yes.

Nota: PliX uses the prolog ISO syntax, such as =<, which is different than excel syntax, such as <=.