List append symbol and partial implementation

This commit is contained in:
Chad Stearns 2020-07-04 18:11:57 -04:00
parent 4b663a93c0
commit 78fc5d2fec
2 changed files with 65 additions and 0 deletions

View file

@ -695,6 +695,7 @@ define_builtins! {
17 LIST_SINGLE: "single"
18 LIST_REPEAT: "repeat"
19 LIST_REVERSE: "reverse"
20 LIST_APPEND: "append"
}
7 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias