Ok, newest version is here.
It's got info locals (i l) and info scopelist (i s) now - which give you more info about local variables.
info locals
i l
info scopelist
i s
You'll also find some documentation here. Feel free to issue some a pull request if you think it could be updated somehow.
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ok, newest version is here.
It's got
info locals
(i l
) andinfo scopelist
(i s
) now - which give you more info about local variables.You'll also find some documentation here. Feel free to issue some a pull request if you think it could be updated somehow.