summaryrefslogtreecommitdiffstats
path: root/Help/command/block.rst
Commit message (Collapse)AuthorAgeFilesLines
* return(): Propagate variables to result scopeMarc Chevrier2022-09-031-0/+1
| | | | Fixes: #23871
* Add new flow-control commands for variables and policies scopes managementMarc Chevrier2022-08-221-0/+74
Add block() and endblock() commands offering the capability to create new scopes for variables and/or policies. Fixes: #20171