8 lines
61 B
Plaintext
8 lines
61 B
Plaintext
if true {
|
|
puts "huzzah"
|
|
}
|
|
|
|
if 5 == 10 {
|
|
puts "aww"
|
|
}
|