Skip to content

v0.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 21:08
· 7 commits to main since this release

Changelog

  • (Feature) Change the semantics of double quotes from a string literal to a literal identifier (so they work the same way as backticks).
  • (Bugfix) Fix division using slash as an operator. Require a space between operands for it to be usable.