keywords alone cannot be considered as part of the description of a block #64
Labels
grammar
This issue requires changes to the grammar
limitation
This is a limitation compared to what is possible in Scratch.
Milestone
Custom blocks where a keyword (if,else,end, forever, ...) stands alone as part of the description of the block, are not valid.
For example:
if { } jump {} times
jump with height {} if {}
when {} end
The parser sees the
if
as a keyword not as a label.Possible solutions:
note:
The text was updated successfully, but these errors were encountered: