What happens if only one of the commands SET SCREEN and LEAVE SCREEN is used without using the other? | ABAP Module Programming

If we use SET SCREEN without LEAVE SCREEN, the program finishes processing for the current screen before branching to . If we use LEAVE SCREEN without a SET SCREEN before it, the current screen process will be terminated and branch directly to the screen specified as the default next-screen in the screen attributes.