speed=3; pen=1; while key<>32 { ;The turtle turns to the left ;if you press if key=264 left 15; ;The turtle accelerates ;if you press if key=265 speed=speed+1; ;The turtle slows down ;if you press if key=267 speed=speed-1; ;The turtle turns to the right ;if you press if key=266 right 15; ;The turtle raises/lowers ;its tail ;if you press