﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1613	Default (keyword), Auto conversion.	anonymous		"Not to sure. But if there test true. (they do)
{{{
If (10 + Default) = 9 Then ConsoleWrite(""(Default + 10) = 9"" & @CRLF)
If ('abc' & Default) = 'ABCDefault' Then ConsoleWrite(""(Default & 'abc') = 'DefaultABC'"" & @CRLF)
}}}
than (I think) these should fail. (they don't)
{{{
If 'default' <> Default Then ConsoleWrite(""'Default' <> Default"" & @CRLF)
If -1 <> Default Then ConsoleWrite("" -1 <> Default"" & @CRLF)
}}}
Default keyword not auto converted in last cases. (direct_compare)"	Bug	closed		AutoIt	3.3.6.1	None	No Bug		
