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