Shutting down program
Author |
Message |
azndragon
|
Posted: Thu Dec 26, 2002 9:18 pm Post subject: Shutting down program |
|
|
Is there a command that shuts down the program when it's running? For example, I'm making a game, and when it gets to the end, it will automatically shut down, without the user closing it. |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Tony
|
Posted: Thu Dec 26, 2002 9:56 pm Post subject: (No subject) |
|
|
quit will close the program right away
return will end the program and wait for user to click on the X button (top right) to close the program... same as GoTo lastLine (though there is no GoTo in turing) |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
|
|