It's also worth noting that the In Between Loops happens at the end of each loop, then the Keep Looping If is checked before starting the next one.
This means that in his first example, after the loop, $a will be 100 but wont echo 100 during the loop. It will echo between 0 and 99.