If statements
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
string str1 13 "Hello, world!"
|
||||
string str2 -1 "Testing dynamic string!"
|
||||
int var -1
|
||||
inc var
|
||||
inc var
|
||||
7
tests/test.basm
Normal file
7
tests/test.basm
Normal file
@@ -0,0 +1,7 @@
|
||||
string str1 -1 "Hello, world!"
|
||||
int num 100
|
||||
bool cond true
|
||||
|
||||
if cond
|
||||
inc num
|
||||
end if
|
||||
Reference in New Issue
Block a user