Handbook
Glossary
push-doctype-system-identifier ( ch document -- )
Vocabulary
html5
Inputs
ch
an
object
document
an
object
Outputs
None
Definition
USING:
accessors
sequences
;
IN:
html5
:
push-doctype-system-identifier
( ch document -- )
doctype>>
system-identifier>>
push
;