Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | return(): Propagate variables to result scope | Marc Chevrier | 2022-09-03 | 1 | -9/+6 |
| | | | | Fixes: #23871 | ||||
* | Add new flow-control commands for variables and policies scopes management | Marc Chevrier | 2022-08-22 | 1 | -0/+200 |
Add block() and endblock() commands offering the capability to create new scopes for variables and/or policies. Fixes: #20171 |