Handbook
Glossary
<comment> ( text -- comment )
XML data types
ยป
XML data constructors
Prev:
<prolog> ( version encoding standalone -- prolog )
Next:
<instruction> ( text -- instruction )
Vocabulary
xml
.
data
Inputs
text
a
string
Outputs
comment
a
comment
Word description
Creates an XML
comment
tuple.
See also
comment
Definition
USING:
kernel
;
IN:
xml.data
:
<comment>
( text -- comment )
\
comment
boa
;
inline