Data Types

6.1 Data Types

PRIMITIVE DATA TYPES

Data Type Contents
Integers
byte 8-bit integer
short16-bit integer
int 32-bit integer
long 64-bit integer
Floating Point Numbers
float32-bit floating point
double64-bit floating point
Other Types
chara single character
booleantrue or false
void nothing

NOTES

Next 6.2 Variable Declarations

David Maxwell, who is still writing this, would like to hear your comments and suggestions.