Whenever you want to iterate from `(0..n-1)` and y...
# eap
c
Whenever you want to iterate from
(0..n-1)
and you don’t need the index, use
repeat{}