Euphoria – Branching

Branching

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.

Branching

Euphoria provides following three types of decision making (branching or conditional) statements −

Let us see the statements in detail −

Next Topic:-Click Here

This Post Has 4 Comments

Leave a Reply