Increment variables
This commit is contained in:
5
tests/create.basm
Normal file
5
tests/create.basm
Normal file
@@ -0,0 +1,5 @@
|
||||
string str1 13 "Hello, world!"
|
||||
string str2 -1 "Testing dynamic string!"
|
||||
int var -1
|
||||
inc var
|
||||
inc var
|
||||
Reference in New Issue
Block a user