Handbook
Glossary
linear ( bytes -- num )
Vocabulary
io
.
encodings
.
gb18030
.
private
Inputs
bytes
an
object
Outputs
num
an
object
Definition
USING:
math
sequences
;
IN:
io.encodings.gb18030.private
:
linear
( bytes -- num )
reverse
first4
10
*
+
126
*
+
10
*
+
;
foldable
flushable