next up previous contents
Next: The foreach Statement Up: Statements Previous: The error Statement   Contents

The fail Statement


$$ Fail-Statement ::= "fail" ";" .

The fail statement terminates the current rule path. Its format is:

fail;



Bjoern Beutel