Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

BASIC Forum & Tutorials

The tutorials are useful for self-learning and the forum is good for sharing ideas & information · By david.JamIsFun

BazzBasic 1.2 released!

A topic by Ek Bass created 1 day ago Views: 8
Viewing posts 1 to 1

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