Any function with a return will give you a response to console. So will Bluetooth.println as per Gordon's post not both execute the function and send the returned response? That's the behaviour I would expect.
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.
Any function with a return will give you a response to console. So will
Bluetooth.println
as per Gordon's post not both execute the function and send the returned response? That's the behaviour I would expect.