BASIC
ABORT
ASSIGNMENT
BOOLEAN
BRANCHING
COMPILE.TIME
CONSTANT
DIMENSION
DYNAMIC
EQUATE
EXECUTE
IO
MATH
STRING
SYSTEM
TABLE
TAPE
TBD
TRANSFORM
|
BASIC IDEA: BRANCHING |
Without branching, programs would execute each command once, in order. Branching allows us to repeat sections of code, perform some sections conditionally, and skip others based on external events. |
|
|
Concept |
|
AMAX = dcount(ADDRESS,@VM) |
for APOS = 1 to AMAX |
gosub process.one.address.line |
next APOS |
|
Synonyms |
| See also |
IF
| LOOP
| FOR
|
Categories |
ALL
| BRANCHING
|
More Details or Suggestions?
|
Updated from a Post-Relational data table on 10:18:38 23 Apr 2010
Courtesy of Key Ally, Inc.
General Automation is a Trademark of Tiger Logic
|
|
|