﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2956	EndFunc not required in the last function of the script	jguinch		"With this code :

{{{
_Hello()

Func _Hello()
	MsgBox(0, """", ""Hello !"")
	MsgBox(0, """", ""Hello again !"")

}}}
I can compile it (from the context menu) and run it (double click on the file).

Maybe the end of file acts like EndFunc ?
"	Bug	closed		AutoIt	3.3.12.0	None	No Bug	EndFunc	
