Historical ControlFlow, Revision 1

Control Flow Statements

Like all procedural programming languages, Euphoria has a set of statements that control the execution flow of the program.

IF

This would probably be the most common form of flow control statement.

Syntax

if BOOLEXPR then TRUESTMT else FALSESTMT end if

SWITCH

FOR

WHILE

LOOP

GOTO

Routine Calls

Search



Quick Links

User menu

Not signed in.

Misc Menu