Computer Science Canada Shutting down program |
Author: | azndragon [ 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. |
Author: | Tony [ Thu Dec 26, 2002 9:56 pm ] |
Post 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) |