August 2003
Intermediate to advanced
1104 pages
19h 27m
English
Topics in This Chapter
Control statements allow you to execute blocks of code depending on conditions. They allow you to repeat a block of code, which leads to simpler, more efficient scripts. This chapter introduces the decision-making statements if and switch. It also discusses loops using for and while.