Scope

You can declare variables, arrays and procedures within any of the blocks. The scope for these variables, arrays or procedures is the block they are declared in. The names of variables, arrays and procedures must be unique in one block (on one level).