Core Function Die
From Sputnik Wiki
(Difference between revisions)
UberFoX (Talk | contribs)
(Created page with "<pre> Die( <expression> ) </pre> === Description === Gives an error and terminates the program. ==== expression ==== The string to say the reason why your program was termina...")
Newer edit →
(Created page with "<pre> Die( <expression> ) </pre> === Description === Gives an error and terminates the program. ==== expression ==== The string to say the reason why your program was termina...")
Newer edit →
Revision as of 05:17, 30 November 2011
Die( <expression> )
Contents |
Description
Gives an error and terminates the program.
expression
The string to say the reason why your program was terminated.
Return Value
None.
Remarks
N/A
Example
Die("My error message");