1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-03 11:11:20 +00:00

Addition of precompiler into QB64 via $LET, $IF, $ELSEIF, $ELSE, $END IF commands.

This commit is contained in:
SMcNeill 2015-07-28 08:08:20 -04:00
parent e5a50f8bb1
commit 73fa19c1fb
2 changed files with 18981 additions and 18598 deletions

View file

@ -6246,6 +6246,8 @@ FOR y = 0 TO (idewy - 9)
ELSEIF inquote OR MID$(a2$, m, 1) = CHR$(34) THEN
COLOR 14
END IF
If InValidLine(l) and 1 then color 7
LOCATE y + 3, 2 + m - 1
PRINT MID$(a2$, m, 1);
NEXT m

File diff suppressed because it is too large Load diff