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

Merge pull request #148 from dkearns/fix-sloppy-parsing-of-array-args

Fixes sloppy parsing of array parameters in sub definitions
This commit is contained in:
Fellippe Heitor 2021-03-16 23:44:06 -03:00 committed by GitHub
commit f014fc255e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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