- Rem
- Long is a signed 64 bit integer BlitzMax primitive type.
- End Rem
- Const MAXLONG:Long=$7fffffffffffffff:Long
- Const MINLONG:Long=$8000000000000000:Long
- Print "A long can have the maximum value of:"+MAXLONG
- Print "A long can have the minimum value of:"+MINLONG
|