Fix error in syntax.md

This commit is contained in:
2025-10-10 08:44:31 +11:00
parent 937cdfa3ef
commit 11f708a9fd
3 changed files with 6 additions and 4 deletions

View File

@@ -25,7 +25,8 @@ Runs code if a boolean is true.
Example:
```
create *1 bool = true
create bool *1 = false
create var *5 = "Hello"
if bool {
set var = "BASM!"
}