1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-01 09:10:37 +00:00

Merge pull request #1 from QB64Team/development

update fork
This commit is contained in:
Zachary Spriggs 2021-03-19 10:09:35 -04:00 committed by GitHub
commit d0b1a52901
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 47285 additions and 47273 deletions

File diff suppressed because it is too large Load diff

View file

@ -4862,6 +4862,7 @@ DO
IF t2$ = "" THEN t2$ = e$ ELSE t2$ = t2$ + " " + e$
gotaa2:
NEXT i2
IF m = 1 THEN a$ = "Syntax error": GOTO errmes
IF symbol2$ <> "" AND t2$ <> "" THEN a$ = "Syntax error": GOTO errmes