1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-06-26 17:10:38 +00:00

One less error in the IDE (SUB idegotoline)

This commit is contained in:
Fellippe Heitor 2021-07-28 14:28:41 -03:00
parent 7e5710a364
commit 93308fef39

View file

@ -9035,7 +9035,7 @@ END SUB
SUB idegotoline (i)
IF idel = i THEN EXIT SUB
IF i < 1 THEN ERROR 5
IF i < 1 THEN i = 1
'scan backwards
IF i < idel THEN
DO