summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex05.tex
blob: 6ee3f6f29ad3586350ca5d8bf5455c66d0f6050c (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\;
}