← Back to Explore
goto-at-template-variable
GOTO AT with template variable re-enters FOR step at current iteration
goto
Rundown
# GOTO AT Template Variable
## 1. Process
- FOR item IN 1 TO 3
- PASS ALL: COMPLETE
### 1.1 Handle {{item}}
- PASS: DEFER
- FAIL: GOTO 1 AT {{Index}}
```bash
rd echo "item={{item}}"
``` Run
GOTO AT re-enters the FOR step at the current iteration index
Initializing...
Initializing...
Step—/—