started on Str.toNum

This commit is contained in:
Anton-4 2021-12-01 15:15:30 +01:00
parent 68e2701948
commit eaf4e57759
7 changed files with 29 additions and 0 deletions

View file

@ -1029,6 +1029,7 @@ define_builtins! {
18 STR_TRIM: "trim"
19 STR_TRIM_LEFT: "trimLeft"
20 STR_TRIM_RIGHT: "trimRight"
21 STR_TO_NUM: "toNum"
}
4 LIST: "List" => {
0 LIST_LIST: "List" imported // the List.List type alias