Basic Pascal Tutorial/Chapter 3/Sequential control

From Lazarus wiki
Revision as of 20: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