Macro list: odd_typeΒΆ
Following is the list of macros used for classifying the type of a Value.
| Name | Type | Internal Value |
|---|---|---|
| odd_type_double | Double | 0 |
| odd_type_int32 | Int32 | 1 |
| odd_type_string | String | 2 |
| odd_type_boolean | Boolean | 3 |
| odd_type_undefined | Undefined | 4 |
| odd_type_variable | Variable | 5 |
| odd_type_rawidentifier | RawIdentifier | 6 |
| odd_type_array | Array | 7 |