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
io
):- use_module(library(io)).
io
)
Usage: out(ListOfOutput)
ListOfOutput
is a list of atm
s.
(basic_props:list/2
)
ListOfOutput
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
No further documentation available for this predicate.
Usage: convert_atoms_to_string(Atoms, String)
Atoms
is a list of atm
s.
(basic_props:list/2
)
String
is a list of num
s.
(basic_props:list/2
)
Atoms
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
String
is a free variable.
(term_typing:var/1
)
Usage: read_terms_file(Filename, Term)
Filename
is an atom and Term
is the read prolog terms.
Filename
is an atom.
(basic_props:atm/1
)
Term
is an atom.
(basic_props:atm/1
)
Filename
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Term
is a free variable.
(term_typing:var/1
)
Usage: write_terms_file(FileName, List)
FileName
is an atom.
(basic_props:atm/1
)
List
is a list of atm
s.
(basic_props:list/2
)
FileName
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
List
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Usage: read_vrml_file(FileName, Data)
FileName
is an atom.
(basic_props:atm/1
)
Data
is a string (a list of character codes).
(basic_props:string/1
)
FileName
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Data
is a free variable.
(term_typing:var/1
)
Usage: write_vrml_file(FileName, Data)
FileName
is an atom.
(basic_props:atm/1
)
Data
is a string (a list of character codes).
(basic_props:string/1
)
FileName
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Data
is currently a term which is not a free variable.
(term_typing:nonvar/1
)
Go to the first, previous, next, last section, table of contents.