Ternary Operator
There is a basic ternary operator implementation added which can be used like so:
val test = false
println(test then "yes" or "no")
Last modified: 21 February 2024
There is a basic ternary operator implementation added which can be used like so: