Description
The assert function stop the execution if the logical
expression given by the parameter expresion is false.
Usage
assert(expresion, string)
Arguments
- expresion
Some logical expression
- string
The text message to show if expression does not hold