home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l039 / 1.img / EXAMPLEX / CALCMAIN.PAS < prev    next >
Encoding:
Pascal/Delphi Source File  |  1985-03-01  |  780 b   |  28 lines

  1. { Compile this file if you get the error message: "Compiler overflow"
  2.   when compiling the file CALC.PAS.
  3.  
  4.   When developing programs it is a good idea to split the program into
  5.   several include files, and then have a small main file containing the
  6.   global variables and Include directives for the different source code
  7.   modules.You may want to spit the file CALC.PAS into such modules.
  8.  
  9.   If you want to edit the file CALC.PAS then select it as Work file using
  10.   the W command.
  11.  
  12.   The calc demo prorgam CALC.PAS is now included:
  13. }
  14.  
  15.  
  16. {$ICALC.PAS}
  17.  
  18. { If you have more than 128K RAM it is possible to have the following in
  19.   RAM at the same time:
  20.  
  21.    Compiler and Editor
  22.    CALC.PAS
  23.    Object code generated for CALC.PAS
  24.    Data area for CALC.PAS
  25.  
  26. }
  27.  
  28.