Go to the first, previous, next, last section, table of contents.


ISO-Prolog modes

Author(s): Daniel Cabeza, Manuel Hermenegildo.

Version: 1.5#118 (2000/4/19, 18:13:43 CEST)

Version of last change: 1.3#112 (1999/11/23, 1:8:50 MET)

This file defines the " modes" used in the documentation of the ISO-Prolog standard. See also section Classical Prolog modes for an alternative set of modes.

Usage and interface (isomodes)

Documentation on new modes (isomodes)

MODE: +/1:

Usage: + A

MODE: @/1:

Usage: @(A)

MODE: -/1:

Usage: - A

MODE: ?/1:

Unspecified argument.

MODE: */1:

Unspecified argument.

MODE: +/2:

Usage: A + X

MODE: @/2:

Usage: @(A,X)

MODE: -/2:

Usage: A - X

MODE: ?/2:

Usage: ?(A,X)

MODE: */2:

Usage: A * X


Go to the first, previous, next, last section, table of contents.