1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-04 22:20:24 +00:00

Trigger ci to test new console output

This commit is contained in:
Fellippe Heitor 2020-01-22 14:25:31 -03:00
parent 7699d8091d
commit e53be8c540

View file

@ -2776,7 +2776,6 @@ DO
IF ASC(a3$) = 36 THEN '$
'precompiler commands should always be executed FIRST.
IF a3u$ = "$END IF" OR a3u$ = "$ENDIF" THEN
IF DefineElse(ExecCounter) = 0 THEN a$ = "$END IF without $IF": GOTO errmes
DefineElse(ExecCounter) = 0 'We no longer have an $IF block at this level