<unescaped> ( string -- unescaped )
XML data types > XML data constructors
Prev:<instruction> ( text -- instruction )
Next:<simple-name> ( string -- name )


Vocabulary
xml.data

Inputs and outputs
stringa string
unescapedan unescaped


Word description
Constructs an unescaped tuple, given a string.

Definition
USING: kernel ;

IN: xml.data

: <unescaped> ( string -- unescaped ) \ unescaped boa ; inline