Handbook
Glossary
unclosed-tag? ( obj -- ? )
Vocabulary
html5
Inputs
obj
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
kernel
;
IN:
html5
:
unclosed-tag?
( obj -- ? )
{
[
tag?
]
[
end-tag>>
not
]
}
1&&
;
inline