From 2a34a20cdc42c4336efcf69b5a4f5ca16d3a93b4 Mon Sep 17 00:00:00 2001 From: FellippeHeitor Date: Wed, 29 Jan 2020 03:09:23 -0300 Subject: [PATCH] Allows math with scientific notation numbers in CONSTS. --- source/qb64.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/qb64.bas b/source/qb64.bas index a65c3ad5e..824287e64 100644 --- a/source/qb64.bas +++ b/source/qb64.bas @@ -24100,7 +24100,7 @@ SUB PreParse (e$) LOOP UNTIL l = 0 - t$ = N2S(t$) + 't$ = N2S(t$) VerifyString t$ e$ = t$ END SUB