Add print statement

This commit is contained in:
2025-08-03 22:33:44 +02:00
parent e108ee858b
commit 71968d2b59
8 changed files with 82 additions and 25 deletions
+5 -5
View File
@@ -1,5 +1,5 @@
if 1 == 2: {
let a = 1
} else {
let b =
}
let a = 5
let b = 5
if a == b: print "a and b are the same\n"
else print "they are not the same!\n"