Version 1 of control structure

Updated 2006-12-15 13:13:19 by LV

A control structure is a programming language construct which provides the coder the means to direct the flow of program execution based on some criteria.

Some examples in Tcl are if, while, foreach, [continue list]


Category Glossary