Concept
Conditional expression
Books
Journey Statuslearning
An expression that selects between alternatives based on a boolean or Pattern matching (like if b then x else y or ternary b ? x : y).
An expression that selects between alternatives based on a boolean or pattern match (like if b then x else y or ternary b ? x : y).