Basic Pascal Tutorial/Chapter 3/Sequential control
From Free Pascal wiki
Revision as of 15:18, 20 August 2022 by Kai Burghardt (talk | contribs) (bypass language bar/categorization template redirect [cf. discussion])
│
български (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.