CalcMe documentationCommandsProgramming FunctionsElse_ifElse_ifUsual programming command. It should be preceded by an if. Executes the next block of code if the condition in the if statement was not hold and the current one is true.Syntaxelse_if..condition..end DescriptionRelated functionsIf, Else