Hi, Is it possible to get something like this? ``` if condition { ... } else if cond { ... } else if conf { ... } else { ... } ``` `else` is a repetition and `if` is expandable. Thanks for your help.