Files
highground/tests/if.hg

8 lines
61 B
Plaintext

if true {
puts "huzzah"
}
if 5 == 10 {
puts "aww"
}