Handbook
Glossary
1surround ( seq1 seq2 -- newseq )
Vocabulary
sequences
Inputs
seq1
an
object
seq2
an
object
Outputs
newseq
an
object
Definition
USING:
kernel
;
IN:
sequences
:
1surround
( seq1 seq2 -- newseq )
dup
1surround-as
;
inline