|
e4275e2cb6
|
simple-var-store.go and simple-func-store.go merged in a single file named simple-store.go
|
2024-05-23 07:46:31 +02:00 |
|
|
24a25bbf94
|
adapted and enhanced the dict operations to make them compatible with the new DictType
|
2024-05-19 01:38:07 +02:00 |
|
|
c39970fa7e
|
new operator 'in' added. It check if an item is member of a list, or if a key is contained in a dictionary
|
2024-05-18 07:47:41 +02:00 |
|
|
efc92d434b
|
the sum operation now supports dicts too
|
2024-05-14 04:56:24 +02:00 |
|
|
4aaffd6c44
|
dict: implemented length of dict
|
2024-05-10 09:25:18 +02:00 |
|
|
43b74131fb
|
dict_test.go: first draft
|
2024-05-06 10:41:08 +02:00 |
|