# Loops

TIP

There are currently 2 supported loops, which are While and Foreach

# Loop Types

While   - is used for repeating some code for as long as a condition is TRUE.
Foreach - is used for going through an array keys and values, or only the values
ON THIS PAGE