Handbook
Glossary
unquote ( str -- newstr )
Vocabulary
quoting
Inputs
str
an
object
Outputs
newstr
an
object
Definition
USING:
kernel
sequences
strings
;
IN:
quoting
:
unquote
( str -- newstr )
dup
quoted?
[
but-last-slice
rest-slice
>string
]
when
;