Unbounded loop?
Posted: Mon Jan 04, 2016 7:01 am
We've got the bounded FOR / NEXT loop in ESP8266 Basic, but would it be possible to implement an unbounded loop of the DO / LOOP UNTIL variety? This would allow loops to be coded without the IF (value) > (endvalue) THEN GOTO (label at top of loop) structure.