Basic Pascal Tutorial/Chapter 3/Sequential control

From Lazarus wiki
Revision as of 20:53, 20 April 2013 by Jwdietrich (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