fixed reassignment, starting work on if statements
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
depend "io.pla"
|
||||
|
||||
if (1 + 2 == 3) {
|
||||
if 1 + 2 == 3 {
|
||||
print("The universe is functional!");
|
||||
}
|
||||
unless
|
||||
|
||||
Reference in New Issue
Block a user