Basic Types
Bool β logical values
Int β fixed-precision integers
Integer β arbitrary-precision integers
Float β single-precision floating-point numbers
Double β double-precision floating-point numbers
Char β single character
String β strings of characters
Last updated