Forum
8 digit hexadecimal numbers (*solved*) - Printable Version

+- Forum (https://www.boriel.com/forum)
+-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12)
+--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11)
+---- Forum: Bug Reports (https://www.boriel.com/forum/forumdisplay.php?fid=15)
+---- Thread: 8 digit hexadecimal numbers (*solved*) (/showthread.php?tid=165)



8 digit hexadecimal numbers (*solved*) - britlion - 02-25-2010

Print $1234567 compiles.

Print $12345678 does not.

Since this happily fits into a LONG type, just like the first one, it looks like a buglet.


Re: 8 digit hexadecimal numbers - boriel - 03-02-2010

britlion Wrote:Print $1234567 compiles.

Print $12345678 does not.

Since this happily fits into a LONG type, just like the first one, it looks like a buglet.
Can't reproduce this bug: Both sentences compile and run perfectly on 1.2.5-r4XXX. :?:

Can you reproduce it? what compiler error do you get?


Re: 8 digit hexadecimal numbers - britlion - 03-02-2010

I can't get it to do it either, now.

It must have been a previous version issue, perhaps? Some sort of issue on the stack?

Anyway, yes, I can confirm that in the latest version compiles and runs this.

Sorry!

<Closed>