|
2c5f02cc69
|
list iterators now support start, stop e step
|
2024-05-04 08:07:49 +02:00 |
|
|
e6174aca82
|
operator-length.go: now returns index+1 when used with iterators; that is the number of iterations
|
2024-05-04 01:23:32 +02:00 |
|
|
c5fca70cfc
|
operator-length.go: Fix: the returned value was int, instead of int64
|
2024-04-27 22:37:56 +02:00 |
|
|
107ec4958f
|
operator-length.go: the prefix operator '#' now accept iterator oeprand; it returns the index of the current item
|
2024-04-26 08:04:55 +02:00 |
|
|
b6887af77a
|
added the prefix operator '#' (length of string and array)
|
2024-04-17 07:12:32 +02:00 |
|