1 | There are three typical cases: |
2 |
Subroutine requires data to use a particular mapping determined by subroutine
|
3 |
Subroutine can use any mapping so actual argument should be passed and used with current mapping
|
4 | Sometimes we need to remap due to array sections being passed |
5 | Any remappings must be undone on return from subroutine |