4.1 Ports

(import (rsv))
Procedure: read-rsv port

Read an RSV from PORT as a list of lists of string-or-null values.

port

An input port from which an RSV is read.

Procedure: write-rsv scm port

Write scm into an output port port.

scm

A list of lists of string-or-null values.

port

An output port into which an RSV is written.