Handbook
Glossary
next-initial-word ( i string regexp -- start end string )
Vocabulary
regexp
.
private
Inputs
i
an
object
string
an
object
regexp
an
object
Outputs
start
an
object
end
an
object
string
an
object
Definition
USING:
compiler.units
;
IN:
regexp.private
:
next-initial-word
( i string regexp -- start end string )
[
compile-next-match
]
with-compilation-unit
do-next-match
;