Recital Flow Control and Looping

From Recital Documentation Wiki
Revision as of 13:53, 14 January 2010 by Yvonnemilne (Talk | contribs)

Jump to: navigation, search

Recital Flow Control and Looping

Recital Conditional Statements

The Recital if Statement

IF <condition>

[ELSEIF<condition>]

[ELSE]

ENDIF

The Recital if...else Statement

Recital Looping Statements

Recital for loops

Recital do...while loops

Recital do...case statements

Recital foreach loops

Breaking a Loop

Skipping Statements in a Loop

Summary