next up previous contents
Next: The fail Statement Up: Statements Previous: The define Statement   Contents

The error Statement

$$ Error-Statement ::= "error" String ";" .

The statement error terminates the execution of all paths and prints out a given error message string and the line of the source text.

error message;



Bjoern Beutel