Description Usage Arguments Value Examples
See arguments.
1 |
code |
The code block to run |
ehandle |
The code block to run when running |
max_try |
The number of attempts to run |
thandle |
(Optional) The code block to run when running |
ecorrect |
(Optional) The code block to run after running |
cond |
(Optional) Additional conditions for deciding that running |
If running code fails, the result of ehandle.
If running code succeeds and thandle is missing, the result of code.
If running code succeeds and thandle isn't missing, the result of thandle.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.