port->string

[procedure] port->string port

Scsh, Gauche, STk, STklos: reads all charactes until EOF from port and returns a string that consists of those characters. See also port->string-list, port->sexp-list.

Bigloo's read-string has similar functionality.