HELP STOREPICTURE Steven Hardy, February 1978 storepicture(); This procedure is used to store the current TURTLE picture in a file called . The file will include a call of *READPICTURE, so that it can subsequently be loaded to restore the picture. For example, to save the current picture in a file called "pic.p", do storepicture("pic"); STOREPICTURE automatically adds '.p' to if it is a word. (If is a string, it is used literally). See also HELP * READPICTURE and TEACH * TURTLE --- C.all/help/storepicture --- Copyright University of Sussex 1992. All rights reserved. ----------