diff options
| author | mryouse | 2023-05-27 02:00:22 +0000 |
|---|---|---|
| committer | mryouse | 2023-05-27 02:00:22 +0000 |
| commit | 82df87bda882fadf7d5c11de50f8fe7628aa0448 (patch) | |
| tree | 72d23e73d21567afb533e5237fb6b37f52e5f13a /functions.txt | |
| parent | ea424bbc160ba84c4069a2889689be8685d35a1d (diff) | |
5/26/2023 update
Diffstat (limited to 'functions.txt')
| -rw-r--r-- | functions.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/functions.txt b/functions.txt index 81dd8d0..7fd8aea 100644 --- a/functions.txt +++ b/functions.txt @@ -31,7 +31,7 @@ FILES: HOF: [ ] filter -[ ] map +[x] map [ ] reduce LISP-Y: @@ -57,10 +57,10 @@ LOGIC: [x] not MATH: -[ ] * +[x] * [x] + [x] - -[ ] / +[x] / [ ] floor META: @@ -101,14 +101,14 @@ TERMINAL: TYPES: [ ] ->string -[ ] any? +[x] any? [ ] bool? [ ] float? [ ] handle? [ ] int? [ ] list? [ ] literal? -[ ] nil? +[x] nil? [ ] number? [ ] string->float [ ] string->int |
