The assert function stop the execution if the logical
expression given by the parameter expresion
is false.
1 | assert(expresion, string)
|
expresion |
Some logical expression |
string |
The text message to show if expression does not hold |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.