@term @>= @term  [ISO]

Tests whether the second argument is identical to or precedes the first argument (Term greater than or equal).

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

Examples
foo(b) @>= foo(a). succeeds
A @>= X. fails
north(b) @> north(a). succeeds

 

 

info@trinc-prolog.com