   Inform
   ~~~~~~
   Purpose:  Interactive fiction compiler

   Setup:
      Icon                    Action/Meaning                       Default
      ----                    --------------                       -------
      Source                  Name of file to be compiled            nil
                              (either typed or dragged).
      Include                 Default path to use for Include  Inform:Library
                              statements.
      Version                 Output file format.                     5
      Throwback               Report errors and warnings to the      on
                              editor.
      Infix                   Enable run-time Infix debugging        off
                              commands.
      Strict                  Enable run-time error checking.        on
      Debug                   Enable debugging verbs.                on
      Economy                 Compress game text using declared      off
                              abbreviations.
      Statistics              Output compilation statistics.         off
      Small                   Use "small game" memory allocations.   off
      Large                   Use "large game" memory allocations.   off
      Huge                    Use "huge game" memory allocations.    off

   Menu:
      Entry                   Action/Meaning                       Default
      -----                   --------------                       -------
      Contract spaces         Automatically change double spaces     on
                              (eg after full-stops) to single
                              spaces.
      Frequencies             Show frequency of abbreviation         off
                              usage.
      Trace calls             Enable run-time tracing display.       off
      Override                Ignore default switches set within     off
                              the file.
      List objects            List objects as constructed.           off
      Infix debugging         Output debugging information to        off
                              "Game_Debug" (in the CSD) for use by
                              Infix.
      Record text             Record all the text to "Game_Text"     off
                              (in the CSD).
      Statistics              Give statistics (memory usage etc).    off
      Optimise abbrevs        Work out optimal set of abbreviations. off
                              This takes a very long time.
      No Warnings             Disable warning messages.              off
      Progress                Print # for every 100 lines compiled   off
                              (in both passes).
      Temporary files         Path in which to store temporary  <Wimp$Scrap>.
                              files.
      Others         =>       Other options.                         off

