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

From Free Pascal wiki
Jump to navigationJump to search
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{Sequential control}}
 +
{{TYNavigator|Solution_2|Boolean_Expressions}}
 +
 
3A - Sequential Control (author: Tao Yue, state: unchanged)
 
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.  
  
{|style=color-backgroud="white" cellspacing="20"
+
{{TYNavigator|Solution_2|Boolean_Expressions}}
|[[Solution_2|previous]] 
 
|[[op_contents|contents]]
 
|[[Boolean_Expressions|next]]
 
|}
 

Revision as of 17:12, 2 February 2016

български (bg) English (en) français (fr) 日本語 (ja) 中文(中国大陆)‎ (zh_CN)

 ◄   ▲   ► 

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.

 ◄   ▲   ►