Variable and constant types
Previous  Top  Next


Char : it allows to represent all the characters belonging to the ASCII alphabet.
String: it allows to represent any characters sequence with a length from 1 until 255.
Boolean: it allows to represent the two logic values true and false.
Float: it allows to represent every decimal value between ±2.9*10-38 and ±1.7*10+38.
Integer: it allows to represent all the whole relative values between -32768 and +32767.
Hex: it allows to represent all the values into hexadecimal
scale.