Category:Control Structures

From BR Wiki
Jump to navigation Jump to search

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
  3. the repetition structure

Control structures include these statements:

Pages in category "Control Structures"

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