MajeedKazemi/blocks-to-code

infinite loop with 'forever' block

Closed this issue · 2 comments

Good news: every block is now functional!
Bad news, the forever block, which is essentially while True:, is also "functional"

  • if not paired with an appropriate 'stop all' block (or break), the program goes on an infinite loop

same thing happens when we input an always-false condition for the 'repeat-until' block