Handbook
Glossary
take-until ( state delimiter -- string state'/f )
Vocabulary
farkup
Inputs
state
an
object
delimiter
an
object
Outputs
string
an
object
state'/f
an
object
Definition
USING:
kernel
;
IN:
farkup
:
take-until
( state delimiter -- string state'/f )
V{
}
clone
(take-until)
;