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