|
The following table lists the DekiScript literal values.
| Data Type | Description |
| nil | The empty value, represented by _, nil, and null. |
| bool | A logical value, represented by true and false. |
| num | A 64-bit floating point value. |
| str | A character string. |
| magic identifier | An automatically generated string that is guaranteed to be unique across scopes. |
| map | An associative array that assigns a key to an expression. |
| list | An indexed array of expressions. |