|
UniSet 2.45.1
|
Статические открытые данные | |
| list | then_body [IRStatement] |
| list | elsif_branches [tuple[IRExpression, list[IRStatement]]] |
| list | else_body [IRStatement] | None |
IF/ELSIF/ELSE statement. elsif_branches is a list of (condition, body) tuples. else_body is None if there is no ELSE clause.