Choose
Returns the value after the then of the first condition that returns true.
If all conditions return false, then the value after default is returned.
Don't forget the end keyword.
All values after each then and default keyword must be of the same type to be returned.
Last updated
Was this helpful?