Handbook
Glossary
save-history ( world player -- )
Vocabulary
terrain
Inputs
world
an
object
player
an
object
Outputs
None
Definition
USING:
accessors
kernel
sequences
;
IN:
terrain
:
save-history
( world player -- )
clone
swap
history>>
push
;