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