You can control the scope of script execution by grouping statements into a block. The contents of a group cannot be referenced outside of the block.
Grouping commands is useful if you want to:
...
You can control the scope of script execution by grouping statements into a block. The contents of a group cannot be referenced outside of the block.
Grouping commands is useful if you want to:
...