Creates a boolean variable
Aliases:
bool myBool = value;
bool myBool = true;
var variableName bool = variableValue
let myBool = True
boolean myBool = true;
let myBoolean = true;
var myBool = true
mymyBool = 1;
myBool = true;
myBool =true
myBool = True
my_bool <- TRUE
my_bool = true
let myBool = true;
val myBool = true
# Bash uses 0 for false and non-zero values for true:myBoolean=0
var myBool = true;
let myBoolean: boolean = true;