Next: , Previous: Define, Up: Statements


6.11.7 The error Statement

The statement error terminates the execution of all paths and displays the given expression, which must be a string, and the line of the source text:

     error message;