decode-until ( seps stream encoding -- string/f sep/f )


Vocabulary
io.encodings

Inputs
sepsa sequence
streaman input stream
encodingan encoding descriptor


Outputs
string/fa string or f
sep/fencountered separator or f


Word description
Decodes characters from the stream until one of the separators are encountered.

Definition

GENERIC: decode-until ( seps stream encoding -- string/f sep/f )


Methods