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

3 lines
78 B
Text

x < y if_true: {
"x < y!" println # will only execute this block if x < y
}