Skip to content

Version 2.3.0

Latest
Compare
Choose a tag to compare
@tcort tcort released this 17 Nov 19:29
· 4 commits to master since this release

Notable Changes:

  • Add FOR/NEXT loops
  • Add integer division operator (\) and exponentiation operator (^)
  • Add built-in functions: CLS, INT, SHELL, BEEP
  • Allow spaces between GO and TO as well as GO and SUB.
  • Allow mixed case keywords
  • Improved error checking and reporting
  • Switch from autotools build system to cmake build system
  • Increase randomness of RANDOMIZE
  • Documentation updates