breakWith
Jump to navigation
Jump to search
Hover & click on the images for descriptions
Description
- Description:
- Skips all loop iterations and returns given value.
Syntax
- Syntax:
- breakWith return
- Parameters:
- return: Anything - Value to be returned when iterations are skipped
- Return Value:
- Anything
Examples
- Example:
- Example needed
Additional Information
- See also:
- continueWith break continue breakOut
- Groups:
- Program Flow