eval Function
The eval() function evaluates the specified expression (code), and runs it. The syntax is as below
The eval() function evaluates the specified expression (code), and runs it. The syntax is as below
If you want to handle a global variable in an imported module, simply add it to the builtin module. Let's assume that VAR is a global variable in the fun1 function within the test module: