5 lines
61 B
Text
5 lines
61 B
Text
x < y if_false: {
|
|
"x >= y!"
|
|
} else: {
|
|
"x < y!" println
|
|
}
|