Logo Version 2 by Mark Kiddell.
===============================

This is a simple version of Logo ideal for use in primary or secondary
schools as an introduction to computer graphics, it provides basic drawing
abilities of objects with use of the "Turtle". This turtle can be guided
around the screen by use of commands such as: Forward 10, Right 20, etc..
It also allows the use of nested loops of commands using the Repeat
Statement.

Logo is also Good for just Fun!!! (any age!).

Included in the archive are both Source listings and Documentation files.