Skip to content

v0.9.6

Compare
Choose a tag to compare
@cympfh cympfh released this 19 Nov 16:22
· 58 commits to main since this release

New Features:

  • Bool Types&Values
    • Type Bool
    • Value Literal true false
  • Bool Operations
    • Binary: and or xor
    • Anary: not
  • Comparison Expression
    • x == y != <= >= < >