8000 Release v0.15.3 · koto-lang/koto · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v0.15.3

Latest
Compare
Choose a tag to compare
@irh irh released this 07 Apr 11:31
· 221 commits to main since this release
  • Compound assignments in parenthesized comparisons are now evaluated correctly.
    • E.g. x = [0]; (x[0] += 1) == 0 would previously evaluate to true.
  • The error message for iterator.repeat has been fixed.
0