>>-ENDLOCAL()--------------------------------------------------><
Example 7.41. Builtin function ENDLOCAL
n = SETLOCAL() /* saves the current environment */ /* The program can now change environment variables (with the VALUE function) and then work in the changed environment. */ n = ENDLOCAL() /* restores the initial environment */