Handbook
Glossary
hex-escape ( str -- ch str' )
Vocabulary
strings
.
parser
.
private
Inputs
str
an
object
Outputs
ch
an
object
str'
an
object
Definition
USING:
kernel
math.parser
sequences
;
IN:
strings.parser.private
:
hex-escape
( str -- ch str' )
2
cut-slice
[
hex>
]
dip
;