← Back to Explore

goto-self-loop

GOTO to the same step creates a retry loop until failure stops it

goto loop

Rundown


# GOTO Self-Loop

GOTO to the same step creates a retry loop until failure stops it.

## 1. Loop
- PASS: GOTO 1

Run

Pass loops back to step 1, then fail exits with STOP

Initializing...

Initializing...

Step/