﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
3017	The largest negative integer value we misinterpret	anonymous		"The following code illustrates the problem

{{{
ConsoleWrite(""- 9223372036854775808 = (int)"" & Int (-9223372036854775808) & ""= (hex)"" & Hex (-9223372036854775808) &CRLF)
ConsoleWrite(""- 9223372036854775807-1 = (int)"" & Int (-9223372036854775807 - 1) & ""= (hex)"" & Hex (-9223372036854775807 - 1) &CRLF)
}}}

at '''-9223372036854775808''' I get as a result '''-9223372036854775807'''
at '''(-9223372036854775807 - 1)''' I get the correct result '''-9223372036854775808'''

tested with the last stable and beta version"	Bug	closed		AutoIt	3.3.13.20	None	Duplicate	integer	
