New version is out — grab it at https://github.com/EkBass/BazzBasic/releases
**What's new:**
- `BBVER#` — built-in constant returning the running BazzBasic version
- `JOIN dest$, src1$, src2$` — merge two arrays (src2 overwrites on key conflict)
- `CURPOS("row"/"col")` — read current cursor position (1-based)
- `PRG_ROOT#` — renamed from `ROOT#` *(breaking change — update your code!)*
- **Bugfix:** `SCREEN` can now be called more than once without crashing
