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