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