Handbook
Glossary
call-parent* ( resources instruction delegate -- )
Vocabulary
gamelib
.
cell-object
Inputs
resources
an
object
instruction
an
object
delegate
an
object
Outputs
None
Definition
IN:
gamelib.cell-object
GENERIC:
call-parent*
( resources instruction delegate -- )
Methods
USING:
accessors
combinators
gamelib.cell-object
gamelib.demos.parent-demo
kernel
;
M:
crate-cell
call-parent*
parent>>
dup
function>>
( board move parent -- board )
call-effect
drop
;
inline