save/restore turtle state
completed by: Ignacio RodrÃguez
mentors: Sugar Labs
The Python version saves/restores turtle state. The Javascript version does not and will in fact choke on the turtle data saved in the Python version. The task: save and restore turtle state (and maintain some level of backward compatibility with the Python version.)