Handbook
Glossary
word-split1 ( string -- before after/f )
Vocabulary
pdf
.
wrap
Inputs
string
an
object
Outputs
before
an
object
after/f
an
object
Definition
USING:
kernel
pdf.wrap.private
sequences
;
IN:
pdf.wrap
:
word-split1
( string -- before after/f )
dup
word-index
[
cut
]
[
f
]
if*
;