News

Variables which are declared within a function, as well as the function parameters have local scope. That means, they are only visible within that function. Here is a function `myTest`with a local ...