Rundown
# GOTO Named Substep
Jump from substep 1.1 to named substep 1.Cleanup.
## 1. Named Substep Jump
### 1.1 Start
- PASS: GOTO 1.Cleanup
- FAIL: STOP
```bash
rd echo "named start"
```
### 1.Cleanup
- PASS: COMPLETE
```bash
rd echo "cleanup"
``` Run
Pass substep 1.1 (GOTO 1.Cleanup), pass 1.Cleanup
Initializing...
Initializing...
Step—/—