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: var someVar <- true;