New features and changes:
- DRAWSTRING & LOADFONT — render TTF text directly in graphics mode (no more flickering!)
- ROWCOUNT — count array rows
- ARGCOUNT & ARGS() — access command-line arguments
- Compound assignment operators: +=, -=, *=, /=
- INSTR() now supports case-insensitive mode
- Math constants now use `#` suffix: PI#, HPI#, QPI#, TAU#
- IDE improvements: new file template, Compile as Exe/Lib from menu, Check for Updates, Beginner's Guide link
- Bugfix: early RETURN inside FOR loop no longer leaves function scope dirty
Breaking changes: PI/, HPI, QPI & TAU → add `#` suffix to keep consistency
Download: https://github.com/EkBass/BazzBasic/releases/tag/BazzBasic_1.3
Homepage: https://ekbass.github.io/BazzBasic/
