[ List Earliest Comments Only For Pages | Games | Rated Pages | Rated Games | Subjects of Discussion ]
Single Comment
I'll need to get home before I can deal with the bugs, but I'll answer your other question now. The difference between numbers and strings should be the same as it is in PHP. Being programmed in PHP, GAME Code just inherits the types of its parent language. However, a test I ran using pregame code says that a number is identical to the string representation of the number. This may be because Game Courier handles each line of code as a string and does not attempt to distinguish between numbers and quoted numerals.