Handbook
Glossary
set-flow ( flowcell-object direction target -- flowcell-object )
Vocabulary
gamelib
.
cell-object
Inputs
flowcell-object
an
object
direction
an
object
target
an
object
Outputs
flowcell-object
an
object
Definition
USING:
accessors
kernel
;
IN:
gamelib.cell-object
::
set-flow
( flowcell-object direction target -- flowcell-object )
t
direction target 0
flow
boa
:>
flow-obj flowcell-object flow-obj
>>flow
;