Handbook
Glossary
find-links ( vector -- vector' )
Vocabulary
html
.
parser
.
analyzer
Inputs
vector
an
object
Outputs
vector'
an
object
Definition
USING:
accessors
combinators.short-circuit
kernel
;
IN:
html.parser.analyzer
:
find-links
( vector -- vector' )
[
{
[
name>>
"a"
=
]
[
"href"
attribute
]
}
1&&
]
find-between-all
;