bdfs1m03
Structured Programming Macros
Figures
Sequence: Processing Code Sequentially
Selection: Using a Condition
Selection: Using a Case Number
Simple Iteration: The Difference between DO WHILE and DO UNTIL
Selection: #CASE Macro Group
Iteration: #DO Macro Group with the WHILE Parameter
Iteration: #DO Macro Group with the UNTIL Parameter
Iteration: #DO Macro Group with the FROM or TIMES Parameter
Iteration: #DO Macro Group with the INF Parameter
Selection: #IF Macro Group
Branch: #GOTO Macro Group
Subroutine: #SUBR Macro Group