readf
Entity: function
readln
Entity: function
feof
Entity: predicate
Usage:
writef(FILE, String)
writes the String in the FILE .
Usage:
String is readf(FILE)
read the String from the FILE .
Usage:
Line is readln(FILE)
reads a Line from the FILE .
Usage:
feof(FILE)
checks for a end-of-file.
See also: