docs update
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|`(first list)`|Returns first element of a list|First element|
|
||||
|`(last list)`|Returns last element of list|Last element|
|
||||
|`(range low high)`|Returns list with elements in range low .. high|`(range 1 5) => (1 2 3 4)`|
|
||||
|`(member list item)`|Returns true (1) when list contains item||
|
||||
|`(member list item)`|Returns true when list contains item||
|
||||
|`(uniq list)`|Returns list with removed duplicates ||
|
||||
|`(make-list len)`|Return list with len nil elements|`(make-list 3) => (nil nil nil)`|
|
||||
|`(make-list-of len value)`|Return list with len value elements||
|
||||
|
||||
Reference in New Issue
Block a user