Quote:
Originally Posted by Novo
From what I know, Graal encodes the values as string-representations... So there is no true 'type' of variable. value = 12 and value = "12" is the same thing!
...
As for the max integer... Because values are numbers represented by strings... There is no real boundary.
|
Well, there is, because when you perform a mathematical operation on a string, it is converted from a string to a float/int internally so the same restrictions apply.