# Repeat

Run part of the program the number of times you say.

```block
for(let i = 0; i < 4; ++i) {
}
```

## #examples