MajeedKazemi/blocks-to-code

create fix-it statement and fix-it expression blocks

Closed this issue · 0 comments

they're both fix-it blocks, that should not allow the execution of code. and have a vibrant color to indicate that there is a problem and has to be fixed.

expression version -> accepts an expression, returns an expression (needed for the repeat until condition change)
statement version -> accepts an expression, returns nothing (it's a statement)