Skip to content

Version 1.1.1

Compare
Choose a tag to compare
@printfn printfn released this 23 Sep 06:04
· 348 commits to main since this release

Changes in this version:

  • Add bitwise operators:
    • &: bitwise AND
    • |: bitwise OR
    • xor: bitwise XOR (^ is already used for exponentiation)
    • <<: left shift
    • >>: right shift