Effect of Returning from loop()

Right. loop() will get called over and over. Your new function loop1() will only be called if you call it. Returning from it will return to wherever you called it from.