Description Usage Arguments Value
This function creates an if
-statement for testing if a case can be
applied.
1 | make_recursion_case(test_expr, value_expr, continue)
|
test_expr |
The expression that must be true for the case to be applied |
value_expr |
The value to compute if the test is true |
continue |
The next case to check if this one isn't true |
An if
-statement for checking and potentially evaluating one case.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.