Non-functional integer type, if function

This commit is contained in:
2025-10-10 08:28:12 +11:00
parent e180adea8c
commit 3ccf7f845f
6 changed files with 148 additions and 17 deletions

5
tests/create.basm Normal file
View File

@@ -0,0 +1,5 @@
create bool *1 = true
create string *1 = "A"
if bool {
set string = "B"
}

View File

@@ -1,8 +0,0 @@
create str1 *5 = "Hello"
create str2 *10 = "Hello!"
print str1
print str2
set str1 = "World!"
print str1

View File