Input and equal commands

This commit is contained in:
2025-10-11 11:11:14 +11:00
parent ea55468a10
commit f2336c8463
4 changed files with 94 additions and 24 deletions

View File

@@ -1,14 +1,6 @@
create bool *1 = true
create hello *5 = "Hello"
create bool2 *1 = true
while bool2 {
set bool2 = false
if bool {
set bool2 = true
}
if bool2 {
set bool = false
print hello
}
}
set bool2 = true
create buffer *1 = true
create var *5 = "Hello"
input str *5 = string *5
if var[1] == var[2] {
set buffer = false
}