MAINSAIL Language Manual, Section 41.13

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


41.13. $minLongInteger

Figure 41–12. $minLongInteger
COMPILETIME
LONG INTEGER
<
macro>    $minLongInteger;

$minLongInteger is the processor-dependent minimum allowed LONG INTEGER value. It is not greater than -2147483647L. Attempting to create a LONG INTEGER value smaller than $minLongInteger 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.13