Beginning to implement Dict size

This commit is contained in:
Chadtech 2021-01-16 14:55:04 -05:00
parent 64d69b9ec4
commit 41c1fa06da
4 changed files with 19 additions and 4 deletions

View file

@ -882,6 +882,7 @@ define_builtins! {
3 DICT_SINGLETON: "singleton"
4 DICT_GET: "get"
5 DICT_INSERT: "insert"
6 DICT_SIZE: "size"
}
7 SET: "Set" => {
0 SET_SET: "Set" imported // the Set.Set type alias