Skip to content
Snippets Groups Projects
Ondrej Zajicek (work)'s avatar
Ondřej Zajíček authored
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>
cb339a30
History