Handbook
Glossary
adjust-acres ( game n -- game )
Vocabulary
hamurabi
.
private
Inputs
game
an
object
n
an
object
Outputs
game
an
object
Definition
USING:
accessors
kernel
math
;
IN:
hamurabi.private
:
adjust-acres
( game n -- game )
[
[
+
]
curry
change-acres
]
[
over
cost>>
*
[
-
]
curry
change-stores
]
bi
;