foreach-variable-scope.rst 167 B

12345
  1. foreach-variable-scope
  2. ----------------------
  3. * The :command:`foreach` command restrict loop variables to the loop scope.
  4. See policy :policy:`CMP0124` for details.