Class providing an indexed array (hashtable)
append(item)
Append item to tail of array, returns id of item <int>
empty()
Remove all items from array
get(id)
Get item with given id<int>, returns <ANY>, returns NULL if no item with given id
length()
Return number of items on array <int>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.