Go to the first, previous, next, last section, table of contents.
- Library usage:
:- use_package(runtime_ops).
or
:- module(...,...,[runtime_ops]).
- Other modules used:
- System library modules:
operators,
aggregates,
dynamic,
iso_misc,
iso_byte_char,
iso_incomplete,
read,
streams,
write.
Go to the first, previous, next, last section, table of contents.