use template |
touchup |
||
Line 1: | Line 1: | ||
A bool (or boolean) is a [[ | A '''bool''' (or boolean) is a [[value type]] that can be either <code>True</code> (on) or <code>false</code> (off) | ||
== Usage == | == Usage == | ||
Use this type whenever you need to store a value that can only be in one of two states. | Use this type whenever you need to store a value that can only be in one of two states. | ||
{{BoolTypes}} | |||
{{ |