1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 07:41:21 +00:00

Automatically calls _DEST _CONSOLE internally when $CONSOLE:ONLY is used.

_DEST can be changed later in the program by the user, as usual.
This commit is contained in:
Fellippe Heitor 2021-01-25 22:04:31 -03:00
parent efc5ace61c
commit 0199534a31

View file

@ -2956,7 +2956,13 @@ DO
layout$ = "$CONSOLE:ONLY"
DEPENDENCY(DEPENDENCY_CONSOLE_ONLY) = DEPENDENCY(DEPENDENCY_CONSOLE_ONLY) OR 1
Console = 1
GOTO finishednonexec
IF prepass = 0 THEN
IF NoChecks = 0 THEN PRINT #12, "do{"
PRINT #12, "sub__dest(func__console());"
GOTO finishedline2
ELSE
GOTO finishednonexec
END IF
END IF
IF a3u$ = "$ASSERTS" THEN