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

From Free Pascal wiki
Jump to navigationJump to search
(New page: 3A - Sequential Control Sequential control is simple. The computer executes each statement and goes on to the next statement until it sees an end. {|style=color-backgroud="white" cellsp...)
 
Line 1: Line 1:
3A - Sequential Control
+
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.  
 
Sequential control is simple. The computer executes each statement and goes on to the next statement until it sees an end.  

Revision as of 20:37, 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