- This wiki is out of date, use the continuation of this wiki instead
Exit
From FenixWiki
(Difference between revisions)
| Revision as of 00:43, 30 April 2007 (edit) Sandman (Talk | contribs) m ← Previous diff |
Revision as of 00:25, 26 June 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
| Line 1: | Line 1: | ||
| [[Category:functions]] | [[Category:functions]] | ||
| - | [[Category: | + | [[Category:programinteraction]] |
| ==Definition== | ==Definition== | ||
Revision as of 00:25, 26 June 2007
Definition
INT exit ( <STRING message> , <INT code> )
Exits the program. It can optionally pass a message or an error code thing.
Parameters
| STRING message | - A message to pass outside the program as it exits. |
| INT code | - A code to pass outside the program as it exits. |
Returns
INT : true
