read-and-append-to

Name

read-and-append-to -- Read in the lines from port P and return them.

Synopsis

(read-and-append-to p #&optional (l '()))

Description

Read in the lines from port P and return them. L is a the tail of the accumulating list.

Implementation Notes

Module: (app scwm rgb-database)

Defined in scheme/rgb-database.scm at line 26 (CVS log)