You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution of eng.eval("println(a)") results in error:
-- [E006] Not Found Error: -----------------------------------------------------
1 |println(b)
| ^
| Not found: b
|
| longer explanation available when compiling with `-explain`
1 error found
Expectation
In this case, a value a, set to 1, should be passed to the ScriptEngine evaluating the script, through binding. Script should compile and execute without errors.