What is the code to exit a program and return to the shell
I tried using shell.exit() - Nothing happens
I tried os.pullEvent("terminate") - The terminal froze
I am currently working on a GUI / UI / OS - Or whatever you want to call it
You can find my program here: - Its still in development
http://pastebin.com/4rAzgmCz
If you scroll down to line 104 you will see were I put the os.pullEvent("terminate")
Thanks, AnthonyD98












