sensebox / React-Ardublockly

This repository contains the new senseBox learn- and programming environment powered by google Blockly and React
Apache License 2.0
2 stars 6 forks source link

[Blockly][Codegenerator] for loop with variable not working #308

Closed mariopesch closed 2 weeks ago

mariopesch commented 3 months ago

The variable in the for loop does not get initialed and causes compilation errors.

image

lead to the following code:

for (i = 1; i <= 10; i += 1) {
}

initialization of i is missing.

mariopesch commented 2 weeks ago

closed #318