Check function gives errornous error on double global variable declaration¶
What is new - 24.0¶
The "Check" function produces an incorrect error when invoking a function that declares a global variable, which is also declared within the function itself. For instance:
Function A:
DIM X AS GLOBAL
Function B:
DIM X AS GLOBAL
LET X={@A}