This package contains a LOGO interpreter with a bunch of example programs written for educational purposes. ---------------- To load a LOGO program load the interpreter first and do the following steps: - position the tape at correct place - execute: ³aduj "name, for example: ³aduj "zad1 - start the tape (if it didn't start itself already). To type the Polish letter ³ press SHIFT+9 to change the mode and then l. When you press SHIFT+9 the letter l in bottom right corner will become inversed as an indicator of Polish letters mode. A LOGO program will load them. It'll contain several procedures which names will be displayed. ---------------- To display procedure code: Execute: red "name ---------------- To run the program: To execute a procedure just type its name. There is always a main procedure, called usually "test", so to execute the whole program just type :test+ENTER.