﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2551	if's and const's	matthew.lagoe@…		"When you put a global const in an if statement you get a previously declared as a 'Const' error

{{{
if @Compiled Then
	Global Const $configfile = @AppDataDir & ""\X2Stor\config.ini""
Else
	Global Const $configfile = @ScriptDir & ""\config.ini""
EndIf
}}}
"	Bug	closed		Au3Check	3.3.9.21	None	No Bug		
