boolean type
This is a default lua type.
This type is a default type in the lua language. You can read more about it in the official lua documentation.
The boolean type is a data type that represents a value that can be either
true or false.
Booleans are used to represent the truth value of an expression.