home *** CD-ROM | disk | FTP | other *** search
-
-
- LOGO is an interactive procedural programming language designed for
- education. The file
-
- logo$doc:logoman.mem
-
- is a runoff-processed 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. (You may need to define a
- logical, "logo$help", which points to the directory containing all the .hlp
- files.)
-
- The command to leave Logo is "goodbye" (abbreviated "bye").
-
-