Handbook
Glossary
comment-end-state ( document n/f string -- document n'/f string )
Vocabulary
html5
Inputs
document
an
object
n/f
an
object
string
an
object
Outputs
document
an
object
n'/f
an
object
string
an
object
Definition
USING:
modern.slices
;
IN:
html5
:
comment-end-state
( document n/f string -- document n'/f string )
take-char
(comment-end-state)
;