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

Merge pull request #150 from SpriggsySpriggs/development

Set _Source to _Console in $CONSOLE:ONLY
This commit is contained in:
Fellippe Heitor 2021-03-19 11:25:02 -03:00 committed by GitHub
commit ccbf85d709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3046,6 +3046,7 @@ DO
IF prepass = 0 THEN
IF NoChecks = 0 THEN PRINT #12, "do{"
PRINT #12, "sub__dest(func__console());"
PRINT #12, "sub__source(func__console());"
GOTO finishedline2
ELSE
GOTO finishednonexec