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

From Free Pascal wiki
Jump to navigationJump to search
Line 8: Line 8:
 
|[[Boolean_Expressions|next]]
 
|[[Boolean_Expressions|next]]
 
|}
 
|}
 +
 +
[[Category: Object Pascal Introduction]]

Revision as of 20:53, 20 April 2013

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