MAINSAIL Language Manual, Section 41.5

previous   next   top   complete contents   complete index   framed top   this page unframed


41.5. $maxLongInteger

Figure 41–4. $maxLongInteger
COMPILETIME
LONG INTEGER
<
macro>     $maxLongInteger;

$maxLongInteger is the processor-dependent maximum allowed LONG INTEGER value. It is not less than 2147483647L. Attempting to create a LONG INTEGER value larger than $maxLongInteger may lead to overflow, which has undefined effects.


previous   next   top   complete contents   complete index   framed top   this page unframed

MAINSAIL Language Manual, Section 41.5