Hi All,

https://docs.raku.org/language/numerics#Auto-boxing
https://docs.raku.org/language/nativetypes#Types_with_native_representation_and_size

I think I have uncovered a misunderstanding on my part.

I use to believe if you did not tell a variable
what its size was, that it was figured out on
the fly based on what you fed it.

Now I do believe that it takes on the size of the
largest available on the system and supported by
the language.

In other words, on a 64 bit system, an "int" would
be an "int64".

Am I finally correct?

Many thanks,
-T

Reply via email to