- read_line(-Codes) is det
- read_line(+Stream, -Codes) is det
- Read a line from the given or current input. The line read does
not include the line-termination character. Unifies Codes with
end_of_file
if the end of the input is reached.
- See also
- - The SWI-Prolog primitive is read_line_to_codes/2.
- Compatibility
- - sicstus