| BYE | |
| Syntax | BYE EXIT QUIT |
| Explanation | BYE saves the Logo workspace and all
open graphics windows and returns to the operating
system. The command names QUIT and EXIT perform the same
function. The behavior of BYE may be modified with the
built-in AUTOSAVE property of the PREFS object. Setting this
property to FALSE causes Logo not
to save the workspace and the Graphics windows
automatically, but rather to ask if you really want to
exit Logo. |
| Examples | BYE (Logo asks if you want to exit.) |