2.3 (aux io)

Operating on input and output ports.

2.3.1 Procedures

Procedure: read-lines port

Return the lines in the given port as a list of strings.

This procedure is intended for use with Guile procedures such as call-with-input-file.

port (file port): An input port as described in the Guile manual.

Return value (list of string): A list where each element represents a line in the port.