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
Bool (short for boolean) is the simplest of all Datatypes.
It can only store 2 states, True of False, which are basically "On" or "Off".
Initializing a Variable as a Bool would look like this: