Handbook
Glossary
reify-strings ( offsets strbuf -- strings )
Vocabulary
terminfo
.
private
Inputs
offsets
an
object
strbuf
an
object
Outputs
strings
an
object
Definition
USING:
kernel
sequences
;
IN:
terminfo.private
:
reify-strings
( offsets strbuf -- strings )
'[
[
_
string-offset
]
[
f
]
if*
]
map
;