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

@@ -1,5 +1,5 @@
create bool *1 = true
create string *1 = "A"
create bool *1 = false
create var *5 = "Hello"
if bool {
set string = "B"
set var = "BASM!"
}