home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / pub / rt11pascal / rtopt.pas < prev    next >
Pascal/Delphi Source File  |  2020-01-01  |  70b  |  6 lines

  1. { Options for compile }
  2. { Always use 'Fast' reals }
  3. {$F+}
  4. {$T-}
  5. {$A-}
  6.