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


Basic term manipulation

Author(s): Daniel Cabeza, Manuel Hermenegildo.

Version: 1.8#1 (2002/5/27, 19:57:48 CEST)

Usage and interface (term_basic)

Documentation on exports (term_basic)

PROPERTY: =/2:

Usage 1: X = Y * ISO *

Usage 2: X = Y * ISO *

PREDICATE: arg/3:

Usage 1: arg(+ArgNo,+Term,?Arg) * ISO *

Usage 2: arg(ArgNo,Term,Arg) * ISO *

PREDICATE: functor/3:

Usage 1: functor(?Term,?Name,?Arity) * ISO *

Usage 2: functor(Term,Name,Arity) * ISO *

PREDICATE: =../2:

Usage 1: ?Term =.. ?List * ISO *

Usage 2: Term =.. List * ISO *

PREDICATE: copy_term/2:

Usage 1: copy_term(Term,Copy) * ISO *

Usage 2: copy_term(Term,Copy) * ISO *

PREDICATE: C/3:

Usage 1: C(?S1,?Terminal,?S2)

Usage 2: C(S1,Terminal,S2)


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