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

@@ -14,6 +14,8 @@ Print a string: `print name`
Increment an int: `inc name`
Check if two numbers are equal, and store the result in `cond`: `equal num1 num2 cond`
If statement:
```py
if bool