Handbook
Glossary
draw-world? ( world -- ? )
Vocabulary
ui
.
gadgets
.
worlds
Inputs
world
an
object
Outputs
?
an
object
Definition
USING:
accessors
combinators.short-circuit
math
sequences
;
IN:
ui.gadgets.worlds
:
draw-world?
( world -- ? )
{
[
active?>>
]
[
handle>>
]
[
dim>>
[
0
>
]
all?
]
}
1&&
;