Closed mariopesch closed 6 days ago
You can create variables with a space in the name such as:
The result is a compiler error.
Prevent the use of space in variable names. Either show an error during the creation process or automatically replace the space with an underscore.
Btw the issue also arises with other characters, not just spaces (" ' & * ...)
closed via #360
Block description
You can create variables with a space in the name such as:
The result is a compiler error.
Expected block behaviour
Prevent the use of space in variable names. Either show an error during the creation process or automatically replace the space with an underscore.