This file defines a number of very simple “modes” which are frequently useful in programs. These correspond to the modes used in classical Prolog texts with some simple addtions. Note that some of these modes use the same symbol as one of the ISO-modes (see ISO-Prolog modes) but with subtly different meaning.
Usage:+A
Usage:-A
Usage:@(A)
Usage:in(A)
Usage:out(A)
Usage:go(A)
Usage:A+X
Usage:A-X
Usage:?(A,X)
Usage:@(A,X)
Usage:in(A,X)
Usage:out(A,X)
Usage:go(A,X)