Handbook
Glossary
walk-rightward ( player -- )
Vocabulary
terrain
Inputs
player
an
object
Outputs
None
Definition
USING:
accessors
kernel
math.vectors
;
IN:
terrain
:
walk-rightward
( player -- )
dup
rightward-vector
[
v+
]
curry
change-velocity
drop
;
inline