Logo is an interactive procedural programming language designed for
education.  The file
	/usr/src/cmd/logo/logoman
is an nroff-format logo manual.  To find out about a particular Logo
primitive, use the "describe" command with the name of the primitive as
its input, e.g.
	describe "print
to see the description of the print command.

The command to leave Logo is "goodbye" (abbreviated "bye").
