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) |
(One intermediate revision by one user not shown) |
Latest revision as of 12:38, 14 June 2015
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");