$$ 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;