summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/algorithm2e/doc/algorithm2e_ex05.tex
blob: 7db5f9d249214682a84c5c386892d03ba01ef9d2 (plain)
1
2
3
4
5
6
7
8
9
10
\SetAlgoVlined
\lIf{cond5}{cond5 true}
\uElseIf{cond51}{
  cond 5 false\;
  but cond51 true\;
}
\ElseIf{}{
  all is wrong\;
  \Return result52\;
}