aboutsummaryrefslogtreecommitdiff
path: root/functions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'functions.txt')
-rw-r--r--functions.txt10
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