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

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



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

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 - 2010-03-02

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 - 2010-03-02

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>