|
4283fab816
|
list_test.go: test nr 15,16,17 fixed
|
2024-05-25 03:28:01 +02:00 |
|
|
03d4c192c2
|
new syntax to get items from collection: collection[index]. Supported collections are string, list and dict
|
2024-05-24 22:51:01 +02:00 |
|
|
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 |
|
|
a543360151
|
when the list value involved in an insert or append operations (directly) comes from a variable, that variable receives the result list
|
2024-05-19 01:42:15 +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 |
|
|
9451958218
|
utils_test.go: new test file
|
2024-05-18 07:06:06 +02:00 |
|
|
924051fbcd
|
extended funcs and list tests
|
2024-05-10 09:18:32 +02:00 |
|
|
99e0190b9c
|
operator-dot.go: fixed the index range checking
|
2024-05-10 04:45:51 +02:00 |
|
|
cb0eac54b2
|
list_test.go: new tests on member access
|
2024-05-06 10:40:19 +02:00 |
|
|
539a4b44e9
|
new test files and some refactorings
|
2024-05-06 05:52:25 +02:00 |
|