Commits

Alister N. Mada committed 05df2649dec
Fix bug on Waypoint: Iterate Through an Array with a For Loop Conditions needed to pass the tests weren't showing. Problem was that the variable `total` was passed before it could be defined. Rewrote tail to fix. closes #6137