Summary
Each part of the Mandel.bas program has been explored in detail in the
text above. The program itself is showed in the text below and may be
copied and pasted into a plain text file and run with the GWBasic
Interpreter.
Many parts of the program may be modified to meet your own choice of
interaction and display.
The size and position of the plots may be altered easily.
Different colors and itteration counts may be used to display points
near the Mandelbrot set.
The arrow keys may be used to define a new Window.
Dos INT 33 calls may be used to use the Mouse as
a pointer instead of the arrow keys.
The Mandelbrot algorithm may be replaced with an algorithm
for another function.