Go to the first, previous, next, last section, table of contents.
- Library usage:
:- use_package(functions).
or
:- module(...,...,[functions]).
- New operators defined:
function/1 [1150,fx],
:=/2 [800,xfx],
~/1 [50,fx].
- Other modules used:
- System library modules:
aggregates,
dynamic,
iso_misc,
iso_byte_char,
iso_incomplete,
operators,
read,
streams,
write.
Go to the first, previous, next, last section, table of contents.