8 lines
59 B
Plaintext
8 lines
59 B
Plaintext
if true {
|
|
puts "huzzah"
|
|
}
|
|
|
|
if false {
|
|
puts "aww"
|
|
}
|