loops - mmedrano9438/peripheral-brain GitHub Wiki
Loops offer a quick and easy way to do something repeatedly, they repeat an action some number of times and offer different ways to determine the start and end points of the loop.
for (initialization; condition; afterthought) statement