Note each example file is commented at the head as to how to use it.

Program		Purpose/Function
-------------------------------------------------------------------------------

* Examples mostly from Brian Harvey's books on Logo

Examples/Ucblogo

ALGS.LGO	Assorted logo algorythms
COMPILE.LGO	Logo Precompiler for functions with MAP
CRYPTO.LGO	Cryptography helper (Uses Cursor, needs rework for Msw)
DOCSETUP.LGO	Simulated intelligent Doctor
DOCTOR.LGO	Simulated intelligent Doctor (Pre-Initialized)
FORMAT.LGO	Formats Text into Paragraphs with margins etc.
FSM.LGO		Finite State Machine Parser (Uses Cursor, needs rework for Msw)
MATCH.LGO	Regular Expression Evaluator
MATH.LGO	Logic Analaysis Program (very nice)
PLAYFAIR.LGO	Encryption Program
PLOT.LGO	Plots harmonic functions?
POUR.LGO	Packing program (knapsack?)
PP.LGO		Logo list Pretty Printer
SOLITAIR.LGO	Solitaire Game (Uses Cursor, needs rework for Msw)
STUDENT.LGO	Mathamatical Word Problem solver (incredable)
TTT.LGO		Tic Tac Toe game

* Examples using some of MswLogo's graphical extensions

Examples/Misc

CLOCK.LGO	Graphical Real Working Clock
HANOI.LGO	Graphical soultion to Towers of Hanio

* Examples using the PASCAL interpretor (Written in LOGO) also from Brian

Examples/Pascal

PASCAL.LGO	Pascal compiler (Load this first)
		COMPILE "name.PAS
		PRUN "name
CARDS.PAS	Shuffle ordered deck of cards example.
MULTI.PAS	Multinomial expansion problem.
PSORT.PAS	Partition Sort Example.
TOWER.PAS	Solves Tower of Hanoi Textually

* Examples of using your sound card/cdrom through MswLogo/Windows

Examples/Multimed

SOUNDS.LGO	Loads and Plays 2 .WAV files on sound card
ECHO.LGO	Echo's your voice on sounds card
VIDEO.LGO	Loads and Plays given .AVI (Audio Visual) files
CDROM.LGO	Simple non graphical CD player.
MIDI.LGO	Makes your keyboard into 127 MIDI instruments.

* Examples of using Logo's API to Windows

Examples/Windows

CALC.LGO	Simple Windows Calculator
MODELESS.LGO	Shows most controls available
MODAL.LGO	Shows most controls available but in MODAL mode (see Help)
VISUAL.LGO	Start of a Visual Dialog Editor
