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