This is version 1.11 of acc. It was not made my Raven Software, nor is it supported by
them. This is intended to be a replacement for acc version 1.10 that was released by
Raven, so you should already have the supporting .acs files from that. The copyright
still belongs to Raven software.

There are two changes:

1. Compiled with DJGPP. It seems to be more stable.
2. For loops are supported. These work just like in C/C++:

   for (i = 0; i < 5; i++)
   {
      // do something useful
   }

-Randy Heit (rheit@iastate.edu)
