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