If statements

This commit is contained in:
2025-12-15 11:37:27 +11:00
parent 5196f73e16
commit 99bc0dbdc2
2 changed files with 56 additions and 7 deletions

7
tests/if.hg Normal file
View File

@@ -0,0 +1,7 @@
if true {
puts "huzzah"
}
if false {
puts "aww"
}