﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
928	Using the power operator casts to int32	monoceres		"Well maybe this is not a bug, but isn't this behaviour strange since the power to operator itself isn't limited to 32 bits?

{{{
MsgBox(0,"""",Hex(57005*65536))
MsgBox(0,"""",Hex(57005*(16^4)))
}}}

"	Bug	closed		AutoIt	3.3.0.0	None	No Bug		
