branching is the most important aspect of any programming language. while writing your program, you may encounter a situation when you have to take a decision or you have to select one option out of the given many options.
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 −