Handbook
Glossary
prolog-tag ( bytes -- string )
Vocabulary
io
.
encodings
.
detect
.
private
Inputs
bytes
an
object
Outputs
string
an
object
Definition
USING:
kernel
math
sequences
strings
;
IN:
io.encodings.detect.private
:
prolog-tag
( bytes -- string )
62
over
index
[
1
+
head-slice
]
when*
>string
;