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

6 lines
61 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
x < y if_false: {
"x >= y!"
} else: {
"x < y!" println
}