Flyte Documentation 0.0.2 Help

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