function playDead() { while(notFacingWest()) { turnLeft(); } } function jump() { turnLeft(); move(); move(); move(); turnLeft(); turnLeft(); move(); move(); move(); turnLeft(); } jump(); playDead();