If statements
This commit is contained in:
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