Files
highground/tests/if.hg
2025-12-15 11:37:27 +11:00

8 lines
59 B
Plaintext

if true {
puts "huzzah"
}
if false {
puts "aww"
}