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

From Lazarus wiki
Jump to navigationJump to search
m (Kai Burghardt moved page Sequential control to Basic Pascal Tutorial/Chapter 3/Sequential control: tidy up main name space: create subpage hierarchy for basic Pascal tutorial [cf. [[Special: PermaLink/14...)
(bypass redirects [cf. discussion])
Line 1: Line 1:
 
{{Sequential control}}
 
{{Sequential control}}
{{TYNavigator|Solution_2|Boolean_Expressions}}
+
{{TYNavigator|Chapter 2/Solution|Chapter 3/Boolean Expressions}}
  
 
3A - Sequential Control (author: Tao Yue, state: unchanged)
 
3A - Sequential Control (author: Tao Yue, state: unchanged)
Line 6: Line 6:
 
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.  
  
{{TYNavigator|Solution_2|Boolean_Expressions}}
+
{{TYNavigator|Chapter 2/Solution|Chapter 3/Boolean Expressions}}

Revision as of 02:09, 6 August 2022

български (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.

 ◄   ▲   ►