Category:Control Structures

From BR Wiki
Revision as of 13:27, 10 April 2014 by John (talk | contribs)
Jump to navigation Jump to search

Introduction

Normally, statements in an application are executed one after the other in the order in which they’re written. This process is called sequential execution.

Various BR statements enable you to specify that the next statement to execute is not necessarily the next one in sequence—this is called transfer of control.

All applications can be written in terms of only three control structures:

  1. the sequence structure,
  2. the selection structure, and
  3. the repetition structure.

Pages in category "Control Structures"

The following 5 pages are in this category, out of 5 total.