Handbook
Glossary
cell-only-contains? ( cell object -- ? )
Vocabulary
gamelib
.
board
Inputs
cell
an
object
object
an
object
Outputs
?
an
object
Definition
USING:
kernel
sequences
;
IN:
gamelib.board
::
cell-only-contains?
( cell object -- ? )
cell
length
1
=
cell object
cell-contains?
and
;