Home
Flash / Flex / ActionScript
Animation
Array
Class
Data Type
Development
Function
Graphics
Language
Network
Regular Expressions
Statement
String
TextField
XML
continue « Statement « Flash / Flex / ActionScript
Flash / Flex / ActionScript
Statement
continue
1.
Use continue to avoid dividing by 0
2.
continue ceases to execute the current iteration of the loop and skips ahead to the next iteration.