aboutsummaryrefslogtreecommitdiff
path: root/functions.txt
diff options
context:
space:
mode:
authormryouse2023-06-01 22:49:25 -0400
committermryouse2023-06-01 22:49:25 -0400
commit6c6afc8d594ad675290bda81a0a6bde3dfa590eb (patch)
tree551507ed5f171f9a180ae2685bec3a30ee708a03 /functions.txt
parentb66702e49ab7f90a348bb2bea015fd5901c457d8 (diff)
6/1/2023 update
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?