@term @< @term  [ISO]

Tests whether the first argument precedes the second argument (Term less than).

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

Examples
foo(a) @< foo(b). succeeds
1.0 @< 1. succeeds
foo(a, b) @< south(a). fails

 

 

info@trinc-prolog.com