RosettaCodeData/Task/Conditional-structures/Fancy/conditional-structures-4.fancy
2023-07-01 13:44:08 -04:00

3 lines
84 B
Text

x < y if_false: {
"x not < y!" println # will only execute this block if x >= y
}