summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exProg.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exProg.tex')
-rw-r--r--Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exProg.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exProg.tex b/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exProg.tex
new file mode 100644
index 00000000000..10428c08629
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exProg.tex
@@ -0,0 +1,6 @@
+\SetAlgoLined
+\SetKwProg{Fn}{Function}{ is}{end}
+\Fn{afunc(i: int) : int}{return 0\;}
+
+\SetKwProg{Def}{def}{:}{}
+\Def{afunc(i: int)}{return 0\;} \ No newline at end of file