﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
885	Investigate why Default compares true to False	Valik	Valik	"The following code compares true and displays ""False"" when tested.  That doesn't seem correct.  Default should only compare true to an empty string (""""), the numeric value -1 and Default itself.
{{{
Local $a[3] = [ Default, True, False ]
For $i = 0 To UBound($a) - 1
	If $a[$i] = Default Then ConsoleWrite($a[$i] & @CRLF)
Next
}}}"	Bug	closed	3.3.1.0	AutoIt	3.3.0.0	None	Fixed		
