Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo Pascal - <b> maxint predefined value of +32767 pp 48</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 MAXINT                   Predefined Value of +32767                   pp 48


 Define:  MaxInt is predefined as +32767.

 Purpose: Maximum positive integer representation in Turbo Pascal.

 Notes:   MaxInt is Type Integer.


 ----------------------------------------------------------------------------


 Usage:
       VAR
          IntVar : Integer;

       BEGIN
          IntVar := MaxInt;
       END.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson