Added quickref to getting started with functions.
authorAnoop Jacob Thomas<anoop@fossee.in>
Wed, 10 Nov 2010 21:17:33 +0530
changeset 449 471e1e5844a1
parent 448 b6c73309da70
child 451 c61ed190af5e
child 469 cfe73374e6ca
Added quickref to getting started with functions.
getting-started-with-functions/quickref.tex
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/getting-started-with-functions/quickref.tex	Wed Nov 10 21:17:33 2010 +0530
@@ -0,0 +1,4 @@
+Defining a function:\\
+{\ex \lstinline|    def name([arguments]):|}
+{\ex \lstinline|        code|}
+{\ex \lstinline|        [return values]|}