Thanks, but I'm not sure that would have ever worked - Espruino executes functions top-to-bottom, so the normal JavaScript 'function hoisting' wouldn't work.
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.
Thanks, but I'm not sure that would have ever worked - Espruino executes functions top-to-bottom, so the normal JavaScript 'function hoisting' wouldn't work.