﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
4105	bug with ContinuationLine after directive	mLipok		"Repro script
{{{#!autoit
_Example()
Func _Example()
	#TODO => test _
	ConsoleWrite(""! "" & @CRLF)
EndFunc   ;==>_Example
}}}

Error output
{{{
---------------------------
AutoIt Error
---------------------------
Line 2  (File ""Z:\test.au3""):

Func _Example()ConsoleWrite(""! "" & @CRLF)

Error: Illegal text at the end of statement (one statement per line).
---------------------------
OK   
---------------------------
}}}


{{{#!autoit
_Example()
Func _Example()
	#Region - test _

	#EndRegion - test _
	ConsoleWrite(""! "" & @CRLF)
EndFunc   ;==>_Example
}}}

result:
{{{
---------------------------
AutoIt Error
---------------------------
Line 2  (File ""Z:\test.au3""):

Func _Example()ConsoleWrite(""! "" & @CRLF)

Error: Illegal text at the end of statement (one statement per line).
---------------------------
OK   
---------------------------
}}}

I'm not sure if this is bug or not 

Please consider to fix this.
"	Bug	new		AutoIt	3.3.14.0	None			
