Skip to content
Snippets Groups Projects
Commit cb339a30 authored by Ondřej Zajíček's avatar Ondřej Zajíček Committed by Ondřej Zajíček
Browse files

Filter: Implement for loops

For loops allow to iterate over elements in compound data like BGP paths
or community lists. The syntax is:

  for [ <type> ] <variable> in <expr> do <command-body>
parent 1ac8e11b
No related branches found
No related tags found
No related merge requests found
Pipeline #101109 passed with warnings
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment