Handbook
Glossary
string-offset ( from seq -- str )
Vocabulary
terminfo
.
private
Inputs
from
an
object
seq
an
object
Outputs
str
an
object
Definition
USING:
kernel
sequences
strings
;
IN:
terminfo.private
:
string-offset
( from seq -- str )
0
2over
index-from
swap
subseq
>string
;