Section - Looking in Directions
Check examining a direction (called dir):
let rm be the room dir from location;
if rm is a room, say "[if dir is up]Above you[otherwise if dir is down]Below you[otherwise if dir is inside]Inside[otherwise if dir is outside]Outside[otherwise]To the [dir][end if] is [if rm is visited][prose name of rm][otherwise]an unexplored area[end if]." instead;
otherwise say "Unnavigable." instead.