Handbook
Glossary
check-starvation ( game -- game )
Vocabulary
hamurabi
.
private
Inputs
game
an
object
Outputs
game
an
object
Definition
USING:
accessors
kernel
math
;
IN:
hamurabi.private
:
check-starvation
( game -- game )
dup
[
deaths>>
]
[
population>>
0.45
*
]
bi
>
[
leave-starved
]
when
;