Will allow you to print off a progress bar for displaying... progress.
Note the loopProgressBar() function also takes a function (func) as a parameter. This allows you to pass in a function that will perform some code. The loopProgressBar() function execute the given function in a for loop the amount of times specified by the limit variable.