add-continue-command.rst 215 B

123456
  1. add-continue-command
  2. --------------------
  3. * A new :command:`continue` command was added that can be called inside loop
  4. contexts to end the current iteration and start the next one at the top of
  5. the loop block.