bottom = -> write "You are in a field with a tree." menu "climb up": middle middle = -> write "You are hanging on to a branch." menu "climb up": top "climb down": bottom top = -> write "You are sitting high in a tree." menu "climb down": middle "jump off": bottom write """ <img src="/img/tree-in-field"> """ do bottom