1. In a for or while loop, if the condition is breached in the middle of the brackets {}, will the code immediately stop the loop, or wait until it gets to the bottom of the brackets {} ?
2. If a function is called in my code, does the computer wait until the function is finished before continuing with the rest of the code?