summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex05.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex05.tex')
-rw-r--r--Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex05.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex05.tex b/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex05.tex
new file mode 100644
index 00000000000..2a18cd54dbb
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_ex05.tex
@@ -0,0 +1,10 @@
+\SetVline
+\lIf{cond5}{cond5 true}\;
+\uElseIf{cond51}{
+ cond 5 false\;
+ but cond51 true\;
+}
+\ElseIf{}{
+ all is wrong\;
+ \Return result52\;
+}