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


io (library)

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

Version: 0.1#2 (1998/12/2)

This file implements I/O predicates of different types.

Implemented by Göran Smedbäck

Usage and interface (io)

Documentation on exports (io)

PREDICATE: out/1:

Usage: out(ListOfOutput)

PREDICATE: out/3:

No further documentation available for this predicate.

PREDICATE: convert_atoms_to_string/2:

Usage: convert_atoms_to_string(Atoms, String)

PREDICATE: read_terms_file/2:

Usage: read_terms_file(Filename, Term)

PREDICATE: write_terms_file/2:

Usage: write_terms_file(FileName, List)

PREDICATE: read_vrml_file/2:

Usage: read_vrml_file(FileName, Data)

PREDICATE: write_vrml_file/2:

Usage: write_vrml_file(FileName, Data)


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