Chris
2004-04-28 11:02:32 UTC
I've been playing with LOGO and found how to save and load programs.
Here's a step-by-step guide.
Please try the procedure and tell me if it works for you.
1. Launch LOGO.
2. Press EDALL button.
3. Type into the editor window so that it looks like this:
to chris1
fd 100 rt 91
end
to chris2
repeat 45 [chris1]
end
4. On the editor window click FILE - SAVE AND EXIT.
5. On the MSWLogo Screen window click FILE _ SAVE AS.
6. Save in My Documents, with the filename "chris" (without the quotes).
7. Close down LOGO.
8. Launch LOGO.
9. On the MSWLogo Screen window click FILE _ LOAD.
10. Click on the file "chris.LGO".
11. In the command line at the bottom of commander type "chris1" and
press enter.
12. In the command line at the bottom of commander type "chris2" and
press enter.
Now tell me - did it work as you expected?
Or do my instructions need improving?
Here's a step-by-step guide.
Please try the procedure and tell me if it works for you.
1. Launch LOGO.
2. Press EDALL button.
3. Type into the editor window so that it looks like this:
to chris1
fd 100 rt 91
end
to chris2
repeat 45 [chris1]
end
4. On the editor window click FILE - SAVE AND EXIT.
5. On the MSWLogo Screen window click FILE _ SAVE AS.
6. Save in My Documents, with the filename "chris" (without the quotes).
7. Close down LOGO.
8. Launch LOGO.
9. On the MSWLogo Screen window click FILE _ LOAD.
10. Click on the file "chris.LGO".
11. In the command line at the bottom of commander type "chris1" and
press enter.
12. In the command line at the bottom of commander type "chris2" and
press enter.
Now tell me - did it work as you expected?
Or do my instructions need improving?
--
Chris
Chris