diff options
| author | mryouse | 2023-05-25 22:45:23 +0000 |
|---|---|---|
| committer | mryouse | 2023-05-25 22:45:23 +0000 |
| commit | 3535bfefccea789169786767ac80c54241cae019 (patch) | |
| tree | ecc376d5d0effd75b31fb0a78ee55fedfc92b64a /functions.txt | |
| parent | 9fe6496202bd95d252ed2323a88fd24781780b64 (diff) | |
lambdas!
Diffstat (limited to 'functions.txt')
| -rw-r--r-- | functions.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/functions.txt b/functions.txt index 986164f..6c18c60 100644 --- a/functions.txt +++ b/functions.txt @@ -39,20 +39,20 @@ LISP-Y: [x] block [ ] parse-neb [ ] eval -[ ] lambda +[x] lambda [ ] quote LISTS: [ ] append [ ] empty? -[ ] first +[x] first [ ] in? [ ] last [ ] length -[-] list (works, but adds every item as a constant?) +[x] list [ ] most [ ] prepend -[ ] rest +[x] rest [ ] reverse [ ] shuf [ ] slice |
