Files
Ondrej Zajicek (work) cf3e0a5f1a 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>
2022-03-14 20:36:20 +01:00
..
2000-06-08 12:37:21 +00:00
2020-11-15 16:28:13 +01:00
2022-03-14 20:36:20 +01:00
2021-04-25 02:21:05 +02:00