Explorer class (cont.)
nMethod takeHit:
urequire:
FhitStrength >= 0
uensure:
Fthis.stamina() <= old.stamina()
F
n“old” refers to the value of the variable at the beginning of the method; it is not a Java construct.