Handbook
Glossary
5roll ( a b c d e -- b c d e a )
Vocabulary
shuffle
Inputs
a
an
object
b
an
object
c
an
object
d
an
object
e
an
object
Outputs
b
an
object
c
an
object
d
an
object
e
an
object
a
an
object
Definition
USING:
kernel
;
IN:
shuffle
:
5roll
( a b c d e -- b c d e a )
[
roll
]
dip
swap
;
inline