quoted-entities-out ( -- value )


Vocabulary
xml.entities

Inputs
None

Outputs
valuean object


Definition

CONSTANT: quoted-entities-out
H{
{ 34 """ }
{ 60 "<" }
{ 38 "&" }
{ 39 "'" }
} inline