Show in Contents
Add to Favorites
Home: Maya User's Guide
Share
Bullet-proof scripting
MEL and Expressions
Testing and comparing values
User Guide
>
Scripting
>
MEL and Expressions
>
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