Basic Pascal Tutorial/Chapter 3/Sequential control

From Free Pascal wiki
Revision as of 21:37, 25 November 2007 by Kees (talk | contribs)
Jump to navigationJump to search

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