← Back to Explore

for-variable-bounds

FOR loop with template-expanded bounds

for-loops

Rundown


# FOR Variable Bounds

## 1. Process items

- FOR item IN 1 TO {{Max}}
- PASS ALL: COMPLETE

### 1.1 Handle {{item}}

```bash
rd echo "item={{item}}"
```

Run

Variable bounds expand at parse time

Initializing...

Initializing...

Step/