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