   Desktop Pascal
   ~~~~~~~~~~~~~~
   Purpose:  Acorn ISO Pascal Compiler (with FrontEnd Interface)

   Setup:
      Icon                    Action/Meaning                       Default
      ----                    --------------                       -------
      Source                  Name of file to be compiled            nil
                              (typed or dragged).
      Produce listing         List file on screen during compilation off
      Syntax checker only     Compile without producing object file  off
      Debug                   Compile in debugging information       off
    ( Throwback               Report errors and warnings to the      off )
                              editor

   Menu:
      Entry                   Action/Meaning                       Default
      
      Use Extensions          Allow the use of non-ISO extensions    on

      Version id              Display compiler version number        on

      Add log info            Append compiler log information to     off
                              the end of the output, this is not
                              the original verison of -LOG but a
                              breakdown of wranings, errors and
                              fatal errors

      No checks               Switch of error checks                 off
                              (equivalent to -NOASSIGNED, -NORANGE,
                               -NOVARIANTS and -NODISPOSED)

      No diagnostics          Switch off runtime diagnostics         off
                              (equivalent to -NOLINES and -NOVARS)

      Allow \ sequences       Allow use of \ as introduction to      on
                              hexadecimal representation of
                              characters in quotes

      Compile in memory       Hold all files in memory during        on
                              compilation, otherwise temporary files
                              are used to store information.
                              If switched off then a directory,
                              called TMP, must exist in the current
                              directory.

      Other              =>   Other command-line options not         nil
                              covered above (to be typed by hand
                              eg. -NOWARNINGS, -NOTIFY etc.)
