📖 Command Reference
🚀 Motion
FD [n]
Move turtle forward by n pixels
BK [n]
Move turtle backward by n pixels
🔄 Turning
RT [°]
Rotate turtle right by given degrees
LT [°]
Rotate turtle left by given degrees
🐢 Turtle Visibility
HT
Hide the turtle icon
ST
Show the turtle icon
HOME
Send turtle back to the centre starting position
🖥️ Screen & History
CS
Clear the drawing area (canvas)
CT
Clear the command history window
⚙️ System
BYE
Exit the LOGO application
About Simple LOGO
LOGO is an educational programming language designed in 1967 by Wally Feurzeig, Seymour Papert, and Cynthia Solomon. It was created specifically to help children learn the basics of coding by controlling a virtual "turtle" on the screen — which draws lines and shapes based on simple commands. The name derives from the Greek logos, meaning "word" or "thought".
🎁 This Simple LOGO was designed as a gift from Father to Ashar! It has adapted the original LOGO program to make a simpler, friendlier user interface — just for kids.