This is version 1.13 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. The copyright still belongs to Raven software.

There are four 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
   }

3. Fixed an array bounds overflow from version 1.10 that is associated with the use of
   break statements.

4. Added support for new internal functions included with ZDoom 1.18.

-Randy Heit (rheit@iastate.edu)
