Handbook
Glossary
move-many-objects ( board start dest objects -- board )
Vocabulary
gamelib
.
board
Inputs
board
an
object
start
an
object
dest
an
object
objects
an
object
Outputs
board
an
object
Definition
USING:
kernel
sequences
;
IN:
gamelib.board
::
move-many-objects
( board start dest objects -- board )
board objects
[
start
swap
dest
swap
move-objects
]
each
;