The call command

Syntax:

call {filename}

Executes the script contained in the specified file.

The script shares the context with the calling script. It has access to the variables and namespaces declared in the calling script, and any variables and namespaces that it declared are available to the caller on return.