Executing a set of statements repeatedly is performed through looping.
Executing a set of statements repeatedly is performed through looping.
Executing a set of statements repeatedly is performed through looping.
For this purpose, Flex provides some looping mechanism like:
1. for
2. for..in
3. for each..in
4. while
5. do..while