Description Usage Arguments Value Note See Also Examples
Runs code without stopping for warnings or errors.
1 | dont_stop(expr)
|
expr |
Code to execute. |
A list containing the results of evaluating each call in expr
.
This function is dangerous, since it overrides warnings and errors. Its intended use is for documenting examples of warnings and errors.
warning
and stop
for
generating warnings and errors respectively; try
and
conditions
for handling them.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.