Control Structures
摘要
Execution of a program is generally done by computing (executing or evaluating) different parts of the program (possibly repeatedly) in some order that may be dependent on data. Control structures are features in a programming language that allows the programmer some control over this order.