Next: , Previous: Define, Up: Statements


6.11.6 The error Statement

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

     error message;