break-command-strictness.rst 199 B

123456
  1. break-command-strictness
  2. ------------------------
  3. * The :command:`break` command now rejects calls outside of a loop
  4. context or that pass arguments to the command.
  5. See policy :policy:`CMP0055`.