Mark:

Here's the current "mess".  Drag all the folders on both diskettes to
one place.

For the most part, translation and linking seem to work.  Some programs
run, but there are clearly a lot of problems (which I'm working on).

The main program is in tmain.c.  It's more or less as Meredith gave it
to me (complete with magic numbers that should be manifest constants).
I've cleaned up some things and attempted to add "execute automatically",
which doesn't work.  That may be because the linker currently does not
release the space it has on termination (being fixed), but more likely
is something worse.

As to the source, note that it has been preprocessed, since LSC does
not handle concatenation (splicing) in the preprocessor.  I have scripts
that do this automatically.

Should you try to run Icon programs (not really recommended), note that
command-period is bad news, and that in general termination is not
handled properly.  Some of the time, things end with the mouse active
but events not being processed, necessitating a restart.

In the icon project, segmentation is bogus -- just something to get
things going.