decode-until-loop ( buf quot: ( -- char stop? ) -- string/f sep/f )


Vocabulary
io.encodings.private

Inputs
bufan object
quota quotation with stack effect ( -- char stop? )


Outputs
string/fan object
sep/fan object


Definition