INT True
True is a constant which is equal to every even integer. It is used to state that something is not false.
VariableName = true; if (variableName == true) //do stuff end
Category: Constants