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