Conditional Control Flow Statement: “Even If”


Author

Ali Orhan Aydın, Efeler, Türkiye

Abstract

Programming languages are used to develop software programs via computer programming.In structured programming, codes are executed from top to down.Control flow statements are used to change the order of code execution of given program. With this paper new control flow statement is proposed to be adopted in the most common programming languages like C, Java, Lua. It is called as “even if” and can be used to evaluate given condition. If the given condition is false corresponding code block is executed. It aims to propose new functionality to the most common programming languages. It also provides a way to enhance readability of codes when it is used. Proposed statement can be used as an alternative to “if else” statement.

Keywords

Control Flow Statement, Computer Programming, Programming Languages