Loops in recursion

If you place a for loop in a recursive function with the function call within the loop… will the loop finnish or does it stop working untill the last recursion???