﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
82	Variable declared on same line = Undeclared	anonymous		"If you try this code:

{{{
$str = ""Hello"" & $str

MsgBox(0, ""Test"", $str)
}}}

you will get an error ""$str possibly used before declaration""

I understand this would produce an infinite loop, but the variable is technically declared, is it not?"	Bug	closed		AutoIt	3.2.10.0		No Bug		
