https://bugs.kde.org/show_bug.cgi?id=329488 Bug ID: 329488 Summary: A typo in the "repeat" command gives surprising results. Classification: Unclassified Product: kturtle Version: 0.8.1 beta Platform: Fedora RPMs OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: cies@kde.nl Reporter: eric.brunet@lps.ens.fr Let's draw a decagon: repeat 10 { forward 10 tr 36 } This works nicely. However, assume I made a typo and wrote repet 10 { ... } Then, the program executes and repeatqs infinitely many times the enclosed loop. When I interrupt the execution, an error is made about the misspelled control. What should happen is that the loop should not run at all and the error should be announced early. This bug is probably related to Bug 317637, even though it is a little bit different. Reproducible: Always -- You are receiving this mail because: You are watching all bug changes.