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


field_value (library)

Author(s): Göran Smedbäck.

Version: 1.11#222 (2004/5/24, 13:8:7 CEST)

Version of last change: 1.9#175 (2003/12/4, 17:47:48 CET)

Usage and interface (field_value)

Documentation on exports (field_value)

PREDICATE: fieldValue/6:

No further documentation available for this predicate.

PREDICATE: mfstringValue/5:

No further documentation available for this predicate.

PROPERTY: parse/1:

A property, defined as follows:


parse(_1).
parse(parse(In,Out,Env,Dic)) :-
        list(In),
        list(Out),
        environment(Env),
        dictionary(Dic).


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