@term @> @term  [ISO]

Tests whether the second argument precedes the first argument (term greater than).

see also: @>= == @< @=< \== term precedence

Examples
foo(b) @> foo(a). succeeds
1 @> 1.0. succeeds
north(a) @> south(a). fails

 

 

info@trinc-prolog.com