home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-12-29 | 6.3 KB | 67 lines | [TEXT/MEDT] |
- MODULE Mandelbrot; (* HS 29-Jan-90 *)
-
- FROM Terminal IMPORT BusyRead;
- FROM InOut IMPORT Read, ReadInt, ReadReal, WriteReal,
- WriteString, WriteLn, Write, Done;
- FROM GraphicWindows IMPORT Window, Mode, OpenGraphicWindow, CloseGraphicWindow,
- Circle, Clear, SetMode, SetPen, MoveTo, Dot, IdentifyPos;
- FROM CursorMouse IMPORT GetMouse;
- FROM FileSystem IMPORT File, Response, Lookup, Close, WriteChar;
- FROM Conversions IMPORT IntToString, LongIntToString;
- IMPORT Windows;
-
-