This wiki is out of date, use the continuation of this wiki instead

Exit

From FenixWiki

Revision as of 20:34, 21 November 2007 by Sandman (Talk | contribs)
Jump to: navigation, search


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

Personal tools