Core Function Die
From Sputnik Wiki
(Difference between revisions)
(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...") |
m (1 revision) |
Revision as of 21:40, 11 August 2014
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");