Parsing bug with #REM #END and unpared quotes

Monkey Forums/Monkey Bug Reports/Parsing bug with #REM #END and unpared quotes

dawlane(Posted 2015) [#1]
Hi Mark
It looks like the parser is scanning between the #REM and #END as when it hits a double quote that has no closing quote it stops and complains about Function 'Main' not found.

#REM
	"	
#end

Function Main()
End


83c and 84b on Linux, not test OSX and Windows