Computer Science Canada Turing's version of "exit"? |
Author: | lucklesslily [ Mon Nov 02, 2015 7:42 pm ] |
Post subject: | Turing's version of "exit"? |
I need to end the program when someone puts in incorrect information, and normally that would be "exit", but that doesn't appear to be the case in Turing, and I can't seem to sift out the answer in the Turing PDF. |
Author: | Dreadnought [ Tue Nov 03, 2015 12:03 pm ] |
Post subject: | Re: Turing's version of "exit"? |
return or quit may be what you are looking for (probably return). |