|
||||||||||||
|
|
||||||||||||
Assert
An assert statement is a debugging facility: its purpose is to catch possible
errors by providing a condition; if it evaluates to "true", no further actions are taken;
otherwise an `` Assertion can be enabled and disabled with an assert attribute in the zone's configuration. assert := "assert" exprcondition ";"
|
||||||||||||
|
|
||||||||||||