Handbook
Glossary
find-between-all ( vector quot -- seq )
Vocabulary
html
.
parser
.
analyzer
Inputs
vector
an
object
quot
an
object
Outputs
seq
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
html.parser.analyzer
:
find-between-all
( vector quot -- seq )
dupd
[
[
closing?>>
not
]
bi
and
]
curry
find-all
[
first2
find-between*
]
with
map
;
inline