Files
highground-fork/tests/if.hg

8 lines
63 B
Plaintext

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