Branching is the most important aspect of any programming language. While writing your program, you may encounter a situation when you have to make a decision or you have to select one option out of the given many options.
The following diagram shows a simple scenario where a program needs to take one of the two paths based on the given condition.
Euphoria provides following three types of decision making (branching or conditional) statements −
Let us see the statements in detail −
Next Topic:-Click Here
Pingback: ifdef...elsifdef...elsedef...endifdef Statements - Adglob Infosystem Pvt Ltd
Pingback: Euphoria - Switch Statements - Adglob Infosystem Pvt Ltd
Pingback: if...elsif...else...endif Statements - Adglob Infosystem Pvt Ltd
Pingback: Euphoria - Operators - Adglob Infosystem Pvt Ltd