Increment variables

This commit is contained in:
2025-10-30 16:40:41 +11:00
commit 9a66e9ab55
9 changed files with 380 additions and 0 deletions

5
tests/create.basm Normal file
View File

@@ -0,0 +1,5 @@
string str1 13 "Hello, world!"
string str2 -1 "Testing dynamic string!"
int var -1
inc var
inc var