← Back to Explore

for-range-to

FOR loop using 1 TO 5 range syntax with five iterations.

for-loops

Rundown


# FOR Range TO

## 1. Process items

- FOR item IN 1 TO 5
- PASS ALL: COMPLETE

### 1.1 Process {{item}}

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

Run

All five iterations pass and runbook completes

Initializing...

Initializing...

Step/