Turing's version of "exit"?
Author |
Message |
lucklesslily
|
Posted: 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.  |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
Dreadnought
|
Posted: 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). |
|
|
|
|
 |
|
|