previous next top complete contents complete index framed top this page unframed
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.
MAINSAIL Language Manual, Section 41.13