effectfuljs icon indicating copy to clipboard operation
effectfuljs copied to clipboard

`with` statement implementation

Open awto opened this issue 4 years ago • 0 comments

The local variables in the generated code are accessed by index, this won't work for with statement where the scope is dynamic. To solve this it needs to use runtime functions for searching variables by name from the current scope if it is inside with statement.

awto avatar Apr 13 '20 18:04 awto