aboutsummaryrefslogtreecommitdiff
path: root/functions.txt
diff options
context:
space:
mode:
Diffstat (limited to 'functions.txt')
-rw-r--r--functions.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/functions.txt b/functions.txt
index 7fd8aea..addbaff 100644
--- a/functions.txt
+++ b/functions.txt
@@ -72,7 +72,7 @@ META:
[ ] user-symbols
SEQUENCES:
-[-] append/concat (only accepts one value)
+[x] append/concat
[x] first
[x] in?
[ ] last
@@ -95,12 +95,12 @@ TERMINAL:
[ ] clear
[ ] env
[ ] exit
-[ ] print
+[-] print
[ ] read-char
[ ] read-line
TYPES:
-[ ] ->string
+[-] ->string (parses but does nothing)
[x] any?
[ ] bool?
[ ] float?