summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/algorithm2e/doc/algorithm2e_exrepeat.tex
blob: 895eeedbc52e69bde3ae3bc18186008684304202 (plain)
1
2
3
4
5
6
\Repeat{this stop condition}{
  the text of the loop\;
  another line\;
  always in the loop\;
  }
\lRepeat{stop}{a one line loop}