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] Random Integer #313

Closed mariopesch closed 1 month ago

mariopesch commented 1 month ago

Block description

The block random integer throws an error.

image

Syntax is wrong:

display.println(mathRandomInt(1,100););