[net.micro.atari16] Personal Pascal demonstration

fouts@AMES-NAS.ARPA (07/27/86)

     I've just written a demonstration program mostly as an exploration of
my ST.  It's a multiwindow file browser, which allows you to look at up to
ten files in GEM windows.  You can open and close files, and move forward or
backward through the files you are looking at.

     My next four messages will consist of a description of the program, the
source code for the program, and the source code for each of two support
routines.

     The main program I wrote, and place fully in the public domain.  The
only restriction I place is that you credit me if you use the code. The
support code I got from OSS's buletin board.

     Yes, I know this is buggy, and there has to be a faster way to handle
window updates and scrolling, and no I'm not going to support it, but I
would be interested in any positive criticism.