- This wiki is out of date, use the continuation of this wiki instead
Exit
From FenixWiki
(Difference between revisions)
Revision as of 15:13, 22 April 2007 (edit) Woody (Talk | contribs) ← Previous diff |
Revision as of 23:55, 25 April 2007 (edit) (undo) Sandman (Talk | contribs) m Next diff → |
||
Line 3: | Line 3: | ||
==Definition== | ==Definition== | ||
- | |||
'''INT''' exit ( <'''STRING''' message> , <'''INT''' code> ) | '''INT''' exit ( <'''STRING''' message> , <'''INT''' code> ) | ||
Exits the program. It can optionally pass a message or an error code thing. | Exits the program. It can optionally pass a message or an error code thing. | ||
- | |||
== Parameters == | == Parameters == | ||
Line 16: | Line 14: | ||
| '''INT''' code || - A code to pass outside the program as it exits. | | '''INT''' code || - A code to pass outside the program as it exits. | ||
|} | |} | ||
+ | |||
+ | == Returns == | ||
+ | '''INT''' : [[true]] |
Revision as of 23:55, 25 April 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