Operating on input and output ports.
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.