summaryrefslogtreecommitdiff
path: root/share/cmake-3.6/Help/command/endwhile.rst
blob: 798c20e7154e14a7ec6df6362c5ff671bcee8bda (plain)
1
2
3
4
5
6
7
8
9
10
endwhile
--------

Ends a list of commands in a while block.

::

  endwhile(expression)

See the :command:`while` command.