the following code on the first buggle exercise causes problem.
while (true) {
left();
}
Of course, the buggle loops turning to the left. I can still use the UI, which is good. But I am unable to stop the buggle by pressing the Stop button (the little square that takes the place of the run button).
It'd be more intuitive to the user if I could interrupt everything by pressing on that button, please.
the following code on the first buggle exercise causes problem.
Of course, the buggle loops turning to the left. I can still use the UI, which is good. But I am unable to stop the buggle by pressing the Stop button (the little square that takes the place of the run button).
It'd be more intuitive to the user if I could interrupt everything by pressing on that button, please.
Thanks,