Sha256: fb79af13d29b535c8d2021372f1848f00866112ccf9552a9d770c5dde4dc4704

Contents?: true

Size: 323 Bytes

Versions: 1

Compression:

Stored size: 323 Bytes

Contents

continue
--------

Continue to the top of enclosing foreach or while loop.

.. code-block:: cmake

  continue()

The ``continue`` command allows a cmake script to abort the rest of a block
in a :command:`foreach` or :command:`while` loop, and start at the top of
the next iteration.

See also the :command:`break` command.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zxing_cpp_no_cmake-0.1.2 ext/zxing/cmake/share/cmake-3.16/Help/command/continue.rst