Boolean values for use in logical expressions.
$var = False $var = True
Local $bool = False If Not $bool = True Then MsgBox(0, "Bool comparison", "OK")