Default "var" has no reporter

Issue #160 resolved
Turgut Guneysu created an issue

When Variables is opened, “set” and “change” blocks display variable name “var” and allow the operations to be executed. However, there is no “var” reporter block to use as the variable in the code. The “var” variable is in the code and IDE does NOT allow another “var” to be declared; changes it’s name to var2 immediately. Therefore, it should be provided by default.

Comments (2)

  1. John Maloney repo owner

    Good point. This will be fixed in the next release to show either an actual variable name or a blank name field with an option to add a variable in the drop-down menu.

  2. Log in to comment