fun elseIfDecl(conditionFormat: String, vararg conditionArgs: Any, block: CodeFunc): IfFlow
fun elseIfDecl(condition: CodeExpression, block: CodeFunc): IfFlow
Render an "else if" block.