Compiler Error Check order
Posted: Sun Feb 19, 2017 12:48 pm
It's me again xD
I think unclosed keywords should have precedence to invalid placement rules, take this example.
You will never be able to stop the bad IF, if it is somewhere else far away on the code.
I think unclosed keywords should have precedence to invalid placement rules, take this example.
You will never be able to stop the bad IF, if it is somewhere else far away on the code.
Code: Select all
If test
;
; Gazilion lines of code
;
Procedure upsss() ; Error checking at first procedure inside the IF keyword
EndProcedure