adds List.last

This commit is contained in:
Celso Bonutti Filho 2020-12-21 19:44:24 -03:00
parent b5dcde267a
commit 51a302957f
6 changed files with 198 additions and 6 deletions

View file

@ -841,6 +841,7 @@ define_builtins! {
17 LIST_CONTAINS: "contains"
18 LIST_SUM: "sum"
19 LIST_WALK: "walk"
20 LIST_LAST: "last"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias