some refactorings
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|`(% a b)`|Remainder of division|result of operation|
|
||||
|`(list ..)`|Create a list of values||
|
||||
|`(insert list index element)`|Insert an element into a list. Indexed from 0|new list with value inserted|
|
||||
|`(index list index)`|Return element at index in list|Element at index|
|
||||
|`(index list index)`|Return element at index in list. First element is at index 0|Element at index|
|
||||
|`(remove list index)`|Remove a value at an index from a list|List with element removed|
|
||||
|`(len list)`|Get the length of a list|list length|
|
||||
|`(push list element)`|Add an item to the end of a list|new list with element added|
|
||||
|
||||
Reference in New Issue
Block a user