News

This section explains the problem: When you define a variable in a script it is always local. But methods are not part of that scope. So defining a method using different variables as if they were ...