RosettaCodeData/Task/Conditional-structures/Fancy/conditional-structures-6.fancy

6 lines
61 B
Plaintext

x < y if_false: {
"x >= y!"
} else: {
"x < y!" println
}