A parameter is local to the model it's used in. Just like any variable is local to the function or subroutine. Otherwise there would be no way to know which parameter was being referred to.
↧
A parameter is local to the model it's used in. Just like any variable is local to the function or subroutine. Otherwise there would be no way to know which parameter was being referred to.