Handbook
Glossary
?quote ( str -- newstr )
Vocabulary
html
.
parser
.
utils
Inputs
str
an
object
Outputs
newstr
an
object
Definition
USING:
kernel
quoting
;
IN:
html.parser.utils
:
?quote
( str -- newstr )
dup
quoted?
[
quote
]
unless
;