Handbook
Glossary
form-action ( vector -- string )
Vocabulary
html
.
parser
.
analyzer
Inputs
vector
an
object
Outputs
string
an
object
Definition
USING:
accessors
kernel
sequences
;
IN:
html.parser.analyzer
:
form-action
( vector -- string )
[
name>>
"form"
=
]
find
nip
"action"
attribute
;