If the RETURN
command is encountered
in a script, control passes back to the calling script, if there is one, or to
the keyboard, if that script was the top level script. If you type the
RETURN
command from the keyboard after a
PAUSE
command has been encountered in a script, execution of that script is aborted.