Handbook
Glossary
?glue ( seq subseq sep -- string )
Vocabulary
game
.
input
.
iokit
Inputs
seq
an
object
subseq
an
object
sep
an
object
Outputs
string
an
object
Definition
USING:
kernel
sequences
;
IN:
game.input.iokit
:
?glue
( seq subseq sep -- string )
2over
subseq-index
[
drop
nip
]
[
glue
]
if
;