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

Allows math with scientific notation numbers in CONSTS.

This commit is contained in:
FellippeHeitor 2020-01-29 03:09:23 -03:00
parent 63ab48e149
commit 2a34a20cdc

View file

@ -24100,7 +24100,7 @@ SUB PreParse (e$)
LOOP UNTIL l = 0
t$ = N2S(t$)
't$ = N2S(t$)
VerifyString t$
e$ = t$
END SUB