# Conditional Pretty standard: ``` while condition ==> <~~ do stuff <== ``` # Iterative All iterative loops will be array/list methods: ``` <dec>[ 1 | 2 | 3 | 4 | 5 ]:each =dec num=> output(num:to_str) <== ```