what is the command for exiting logo
Answers
Answered by
15
The command cs will clear the screen and reposition the turtle at its center. Sometimes you will need to stop a Logo procedure. Do this with ^c (control c). To exit logo, type bye in the command window.
Answered by
9
Bye command is typed to exit from LOGO.
Syntax :
Bye <Enter >
Similar questions