summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex06.tex
blob: e5b31973c8c1ade1e0e5fad783e333e7c6fa94c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
\SetLine
\uIf{cond6}{
  cond6 is ok\;
  always ok\;
}
\uElseIf{cond62}{
  choose result62\;
  \Return result62\;
}
\Else{
  all is wrong\;
  do something else\;
}