Handbook
Glossary
<link> ( vector -- link )
Vocabulary
html
.
parser
.
analyzer
Inputs
vector
an
object
Outputs
link
an
object
Definition
USING:
accessors
html.parser
kernel
sequences
;
IN:
html.parser.analyzer
:
<link>
( vector -- link )
[
first
attributes>>
]
[
[
name>>
{
text
"img"
}
member?
]
filter
]
bi
link
boa
;