summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exProg.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-01-06 23:44:11 +0000
committerKarl Berry <karl@freefriends.org>2013-01-06 23:44:11 +0000
commita9ec77a042693fd60429f18a8c4a095105f624e6 (patch)
treee6f0cdca1f7ad0051416bb767c2e409995a1aaf1 /Master/texmf-dist/doc/latex/algorithm2e/algorithm2e_exProg.tex
parentee04c8f00d7e705f71d02aa40a312252423dd4f3 (diff)
algorithm2e (6jan13)
git-svn-id: svn://tug.org/texlive/trunk@28749 c570f23f-e606-0410-a88d-b1316a301751
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