add list-product builtin function

This commit is contained in:
Peter Fields 2021-03-27 20:15:16 +00:00
parent 47ddfd2639
commit fed470b316
7 changed files with 102 additions and 17 deletions

View file

@ -913,6 +913,7 @@ define_builtins! {
23 LIST_MAP_WITH_INDEX: "mapWithIndex"
24 LIST_MAP2: "map2"
25 LIST_MAP3: "map3"
26 LIST_PRODUCT: "product"
}
5 RESULT: "Result" => {
0 RESULT_RESULT: "Result" imported // the Result.Result type alias