Difference between revisions of "Basic Pascal Tutorial/Chapter 3/Sequential control"

From Free Pascal wiki
Jump to navigationJump to search
Line 5: Line 5:
 
{|style=color-backgroud="white" cellspacing="20"
 
{|style=color-backgroud="white" cellspacing="20"
 
|[[Solution_2|previous]]   
 
|[[Solution_2|previous]]   
|[[op_contents|contents]]  
+
|[[Contents|contents]]  
 
|[[Boolean_Expressions|next]]
 
|[[Boolean_Expressions|next]]
 
|}
 
|}

Revision as of 21:31, 25 November 2007

3A - Sequential Control (author: Tao Yue, state: unchanged)

Sequential control is simple. The computer executes each statement and goes on to the next statement until it sees an end.

previous contents next