Skip to content

v3.3.10

Compare
Choose a tag to compare
@objeck objeck released this 08 Nov 17:34
· 13040 commits to master since this release

Minor updates and bug fixes.

Highlights of this release include the following:

  1. Support for named constants using the "consts" keyword (new)
  2. Added "IsUpper" and "IsLower" methods to the Character class (new)
  3. Fixed an issue with compound "not" expressions (bug/medium)