Control flow statements

From Bennu Wiki
Revision as of 04:40, 9 November 2007 by Sandman (talk | contribs) (New page: category:general Control flow statements are statements which influence the control flow (the order in which statements are executed) of the program. * If, ElseIf, Else, End *...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Control flow statements are statements which influence the control flow (the order in which statements are executed) of the program.