Re: IDE and eu4
- Posted by DerekParnell (admin) Jul 12, 2009
- 1242 views
bernie said...
A Euphoria integer is in the range -1073741824 to +1073741823
A "C" type int is in the range -32,768 to +32,767
So isn't the type check wrong and not working properly.
Why do you suspect the intention of the type definition was to duplicate the C "int" on 32-bit machines?
As far as I recall, it was developed only as a shorter alias for integer; the coders got lazy