Booli command

This commit is contained in:
2025-11-06 16:56:21 +11:00
parent bb635f1e94
commit 6105f8080d
3 changed files with 6 additions and 14 deletions

View File

@@ -1,13 +1,2 @@
int num1 796
string str1 -1 "Hello, world!"
int num2 795
string str2 -1 "World, hello?"
equal num1 num2 cond
if cond
print str1
end if
inc num2
equal num1 num2 cond2
if cond2
print str2
end if
booli cond 1
bool cond2 true