Add dropLast to tests and parser

This commit is contained in:
Chelsea Troy 2021-10-21 23:02:26 -05:00
parent 51de420ee7
commit 49a832d757
No known key found for this signature in database
GPG key ID: A631885A970636C2
7 changed files with 77 additions and 0 deletions

View file

@ -1015,6 +1015,7 @@ define_builtins! {
32 LIST_DROP: "drop"
33 LIST_SWAP: "swap"
34 LIST_DROP_AT: "dropAt"
35 LIST_DROP_LAST: "dropLast"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias