doc updates

This commit is contained in:
2021-02-23 21:30:15 +01:00
parent 393a2418ac
commit b95ad66718
2 changed files with 3 additions and 2 deletions

View File

@@ -40,6 +40,7 @@
|`(first ..)`|||
|`(last ..)`|||
|`(range ..)`|||
|`(member list item)`|||
|`(map ..)`|||
|`(filter ..)`|`(filter (lambda (x) (> x 2)) '(1 2 3 4 5)) => (3 4 5)`||
|`(reduce ..)`|||