New
v0.15.3
- Compound assignments in parenthesized comparisons are now evaluated correctly.
- E.g.
x = [0]; (x[0] += 1) == 0would previously evaluate totrue.
- E.g.
- The error message for
iterator.repeathas been fixed.
Unclaimed project
Are you a maintainer of koto? Claim this project to take control of your public changelog and roadmap.
x = [0]; (x[0] += 1) == 0 would previously evaluate to true.iterator.repeat has been fixed.