-->
Page 2 of 2

Re: Newbie Q: Code structure & debug - Lua NodeMCU on ESP826

PostPosted: Mon Jul 16, 2018 2:07 pm
by timg11
The trick is remembering that Lua is interpreted, not compiled. There is no concept of declaring a variable - variables don't exist until a statement that defines them is executed.