first steps for Dict.keys and Dict.values

This commit is contained in:
Folkert 2021-02-13 18:35:36 +01:00
parent 927ba11e64
commit 16143bc06e
7 changed files with 122 additions and 1 deletions

View file

@ -904,6 +904,8 @@ define_builtins! {
8 DICT_REMOVE: "remove"
9 DICT_CONTAINS: "contains"
10 DICT_KEYS: "keys"
11 DICT_VALUES: "values"
}
7 SET: "Set" => {
0 SET_SET: "Set" imported // the Set.Set type alias