html-escapes ( -- value )


Vocabulary
html.entities.private

Inputs
None

Outputs
valuean object


Definition

CONSTANT: html-escapes
{
{ 38 "&" }
{ 60 "<" }
{ 62 ">" }
{ 34 """ }
{ 39 "'" }
} inline