WIP conditionals work

This commit is contained in:
2025-12-19 16:17:57 +11:00
parent 99bc0dbdc2
commit b5c8b1b7ec
2 changed files with 36 additions and 1 deletions

View File

@@ -2,6 +2,6 @@ if true {
puts "huzzah"
}
if false {
if 5 == 10 {
puts "aww"
}