diff options
| author | mryouse | 2023-06-01 22:49:25 -0400 |
|---|---|---|
| committer | mryouse | 2023-06-01 22:49:25 -0400 |
| commit | 6c6afc8d594ad675290bda81a0a6bde3dfa590eb (patch) | |
| tree | 551507ed5f171f9a180ae2685bec3a30ee708a03 /functions.txt | |
| parent | b66702e49ab7f90a348bb2bea015fd5901c457d8 (diff) | |
6/1/2023 update
Diffstat (limited to 'functions.txt')
| -rw-r--r-- | functions.txt | 6 |
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? |
