category
read_file
¶
Utility predicates for parsing a file as a list of atoms.
Author: Robert Sasak, Charles University in Prague. Adapted to Logtalk by Paulo Moura.
Version: 1.0
Date: 2011/8/4
Compilation flags:
static
(no dependencies on other entities)
Public interface¶
read_file/2
¶
Reads a file character by character, parsing it into a list of atoms.
Compilation flags:
static
Template:
read_file(File,List)
Mode and number of proofs:
read_file(+atom,-list(atom))
- one
Protected interface¶
(none)
Private predicates¶
(none)
Operators¶
(none)
Remarks¶
(none)