Introduction to ReCT
Variables
Datatypes
Any
Bool
Int
String
Float
TCP datatypes
Array datatypes
If Statements
Loops
Functions
System Packages
Casts
Classes
Packages
Threading
Access Objects
Int (short for Integer) describes a whole number, without decimals.
An Integer can store a number that can reach from -2147483647 to 2147483647.
Initializing a Variable as an int would look like this: