Handbook
Glossary
check-box ( box -- box )
Vocabulary
boxes
Inputs
box
an
object
Outputs
box
an
object
Definition
USING:
accessors
kernel
;
IN:
boxes
:
check-box
( box -- box )
dup
occupied>>
[
box-empty
]
unless
;
inline