Thanks Alex,
Regards,
Kashyap
On Sun, May 16, 2021 at 10:08 PM Alexander Burger
wrote:
> Hi Kashyap,
>
> > I am trying to understand how big integers are stored in Picolisp. I
> notice
> > that the ASCII values of the digits are stored in some cases - for
> example
> > 1234 is stored as 0x343332
Hi Kashyap,
> I am trying to understand how big integers are stored in Picolisp. I notice
> that the ASCII values of the digits are stored in some cases - for example
> 1234 is stored as 0x34333231.
Big integers are always stored in binary representation.
I think what you saw was inside a symbol