Controlling the flow of a script
Topics in this section
Testing and comparing values
Boolean values
if...else if...else
?: operator
switch...case
while
do...while
for
for-in
break
continue
Testing the existence of commands, objects, and attributes
The difference between = and ==
Common problems
Parent topic:
MEL and Expressions