邏輯表達式使用的布爾值.
$var = False $var = True
Local $bool = False If Not $bool = True Then MsgBox(0, "布爾比較", "確定")