sell-acres ( game -- game )


Vocabulary
hamurabi.private

Inputs
gamean object


Outputs
gamean object


Definition


: sell-acres ( game -- game )
"HOW MANY ACRES DO YOU WISH TO SELL? " input over acres>>
dupd >= "acres" and check-error
[ drop sell-acres ] [ neg adjust-acres ] if nl ;