Scope of variables

In ORCHESTRA you can define variables as local or as global.

The difference in scopeĀ  is explained in the schemes below.

Scope of global variables

orchestra_global_local

Scope of local variables

orchestra_global_local2