184
edits
(Created page with "__NOTOC__ Returns the data type for given value. == Syntax == typeof(''value''); == Parameters == :{| |- | ''value'' || Object to get data type for. |} == Return Value...") |
Tomas Kirnak (talk | contribs) |
||
Line 22: | Line 22: | ||
* null | * null | ||
* object | * object | ||
* array | |||
* iterator | |||
* string | * string | ||
* real | * real | ||
Line 28: | Line 30: | ||
* uint32 | * uint32 | ||
* uint64 | * uint64 | ||
== Examples == | == Examples == |
edits