fixed reassignment, starting work on if statements

This commit is contained in:
SpookyDervish
2025-10-14 20:02:22 +11:00
parent 655e5d1d12
commit 48e7488a63
6 changed files with 45 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
depend "io.pla"
if (1 + 2 == 3) {
if 1 + 2 == 3 {
print("The universe is functional!");
}
unless