Handbook
Glossary
bitmap= ( bitmap1 bitmap2 -- ? )
Vocabulary
ui
.
render
.
test
Inputs
bitmap1
an
object
bitmap2
an
object
Outputs
?
an
object
Definition
USING:
accessors
kernel
;
IN:
ui.render.test
:
bitmap=
( bitmap1 bitmap2 -- ? )
[
bitmap>>
twiddle
]
same?
;