continue (Looping & Flow Control)
Compatible with:
- Purpose
- This command will force the execution to skip the current iteration (within the loop) and jump to the next iteration. "continue" command must be used within a loop.
- Syntax
- continue
- Target
- N/A
- Value
- N/A
- Return Value
- N/A