KTurtle is an educational programming
environment for learning how to program. It provides all programming tools for
its user interface. The programming language used is TurtleScript, which is
loosely based on Logo. TurtleScript, the programming language used in KTurtle.
File → New (Ctrl-N) creates a new, empty TurtleScript file. File → Save
(Ctrl-S) saves the currently opened TurtleScript file. There are different
commands used in Kturtle like forward, backward, turnleft, turnright etc.