MAXINT

n = MAXINT

Returns the maximum value for an integer. The value depends on whether you are using a 32 or 64 bit build of SmallBASIC.

Example

print MAXINT        ' Output 9223372036854775807
System
If there is insufficient information on this page and you wish learn more about MAXINT, please send an email to smallbasic@gmail.com. You can help to improve information about MAXINT by submitting a pull request, click View Source for details. Note, an offline language reference text file is also available - see the Download section.