Data Types: Difference between revisions
From Catglobe Wiki
More actions
jrfconvert import Ā |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category: | [[Category:Data_Types_Literals_and_Variables]] | ||
 |  | ||
Revision as of 07:11, 18 March 2011

Data Types
Data type |
Description |
Range of value |
bool |
Represents true/false value |
True, false |
number |
Refers to any numerical value |
ā1.79769313486232e308 to ā4.94065645841247e-324 for negative values; 4.94065645841247eā324 to 1.79769313486232e308 for positive values |
string |
Refers to an array of characters |
0 to approximately 2 billion characters |
question |
Refers to a question from any questionnaires in catglobe |
|
array |
A container type containing a number of elements of all types mentioned |
Limited by memory size
|