Is the problem in this case just that you are calling init twice? You should only call init once, but after that multiple calls to expr should be fine.
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.
Is the problem in this case just that you are calling
init
twice? You should only callinit
once, but after that multiple calls toexpr
should be fine.