POSITION:030,114
IMAGE:graphics\image11.bmp
POSITION:200,114
COLOUR:STANDARD
TEXT:00,The demonstration programs in this tutorial,
TEXT:16,while helpful in understanding Euphoria, are
TEXT:16,not good models of how the majority of
TEXT:16,programs work today. Program execution is not
TEXT:16,a straight line from program start to program
TEXT:16,end. A program may execute a group of
TEXT:16,statements meant to handle an anticipated
TEXT:16,condition, or repeat those statements until a
TEXT:16,condition is met. In short, program execution
TEXT:16,is a series of backtracks and detours.
X_ADJUST:028
TEXT:32,A group of statements that runs only when a specific condition is met is
TEXT:16,called a program branch. A group of statements that is meant to repeat
TEXT:16,while a condition is being met is called a program loop.
