逻辑表达式使用的布尔值.
$var = False $var = True
Local $bool = False If Not $bool = True Then MsgBox(0, "布尔比较", "确定")