| Procedure | Location | Procedure Type | Description |
|---|---|---|---|
| assign | variable | Interface | |
| assign | dictionary | Interface | |
| associatd | variable | Interface | |
| associate | variable | Interface | |
| associate | dictionary | Interface | |
| associate_type | variable | Interface | |
| copy | dictionary | Interface | |
| cpack | variable | Interface | Convert a |
| cunpack | variable | Interface | Convert a |
| delete | variable | Interface | Delete the variable (equivalent to |
| delete | dictionary | Interface | |
| enc | variable | Interface | The encoding of the stored pointer ( |
| extend | dictionary | Interface | |
| hash_coll | dictionary | Interface | |
| len | dictionary | Interface | Return the length of a dictionary, by internal counting algorithms |
| llen | dictionary | Interface | Actually count number of elements in the dictionary by forcing the traversing |
| nullify | variable | Interface | Nullify the variable (equivalent to |
| nullify | dictionary | Interface | |
| operator( // ) | dictionary | Interface | Concatenate, or extend, dictionaries, this can be done on it-self `dic = dic // ('key'.kv.1) |
| operator(.KV.) | dictionary | Interface | |
| operator(.KVP.) | dictionary | Interface | |
| pop | dictionary | Interface | |
| variable | Interface | Print (to std-out) information regarding the variable, i.e. the type. | |
| dictionary | Interface | Print out all keys and which data-type it contains as well as the hash-number | |
| size_enc | variable | Interface | The size of the encoding character array ( |
| which | variable | Interface | Type of content stored in the variable ( |
| which | dictionary | Interface |