View Single Post
  #4  
Old 11-20-2008, 10:54 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
Quote:
Originally Posted by Novo View Post
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.
Reply With Quote