Handbook
Glossary
closing-tag? ( string -- ? )
Vocabulary
html
.
parser
.
private
Inputs
string
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
sequences
;
IN:
html.parser.private
:
closing-tag?
( string -- ? )
[
f
]
[
{
[
first
47
=
]
[
last
47
=
]
}
1||
]
if-empty
;