Description Usage Arguments Examples
Limited Memory List. Adds new element to top of list, removing bottom elements if new length is greater than M.
1 |
new_el |
element to add to top of list |
old_list |
list to append new_el to |
M |
maximum size of list (will truncate by removing bottom if length is greater than M). If M==0, the list will have 'unlimited' memory. |
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.