Equal command

This commit is contained in:
2025-11-03 13:50:32 +11:00
parent 4bcbc6c650
commit e853195cc3
3 changed files with 98 additions and 4 deletions

View File

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