Handbook
Glossary
write-tag ( tag -- )
Vocabulary
xml
.
writer
.
private
Inputs
tag
an
object
Outputs
None
Definition
USING:
accessors
io
kernel
xml.writer
;
IN:
xml.writer.private
:
write-tag
( tag -- )
?indent
60
write1
dup
print-name
attrs>>
print-attrs
;