Euphoria – Loop Types

Looping

Looping is yet another most important aspect of any programming language. While writing your program, you may encounter a situation when you have to execute the same statement many times and sometimes maybe an infinite number of times.

There are several ways to specify for how long the process should go on, and how to stop or otherwise alter it. An iterative block may be informally called a loop, and each execution of code in a loop is called an iteration of the loop.

The following diagram shows a simple logical flow of a loop −

Euphoria provides following three types of loop statements −

All the above statements provide you with flexibility and ease of use based on different situations. Let us see them in detail one by one −

This Post Has 5 Comments

  1. amb superslot

    A big thank you for your blog.Thanks Again. Much obliged.

Leave a Reply