Fix error in syntax.md
This commit is contained in:
@@ -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!"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user