take-until ( state delimiter -- string state'/f )


Vocabulary
farkup

Inputs
statean object
delimiteran object


Outputs
stringan object
state'/fan object


Definition


: take-until ( state delimiter -- string state'/f )
V{ } clone (take-until) ;