-
• #2
Interesting, thanks. Looks like it should!
I've filed an issue for it at https://github.com/espruino/Espruino/issues/2164
-
• #3
Just to add, it looks like right now it sets the scope to whatever
this
is
Interesting, thanks. Looks like it should!
I've filed an issue for it at https://github.com/espruino/Espruino/issues/2164
Just to add, it looks like right now it sets the scope to whatever this
is
I have tried to eval some code inside a function and it seems to be running in the global scope and not that of the function.
prints:
Should
eval()
pick up the local variable?