Handbook
Glossary
html-escapes ( -- value )
Vocabulary
html
.
entities
.
private
Inputs
None
Outputs
value
an
object
Definition
IN:
html.entities.private
CONSTANT:
html-escapes
{
{
38
"&"
}
{
60
"<"
}
{
62
">"
}
{
34
"""
}
{
39
"'"
}
}
inline