3 lines
84 B
Text
3 lines
84 B
Text
x < y if_false: {
|
|
"x not < y!" println # will only execute this block if x >= y
|
|
}
|