From 0444c8f74ed5aa5afc8aa6d8d91ad10302cbbb98 Mon Sep 17 00:00:00 2001 From: Anoop Jacob Thomas Date: Wed, 10 Nov 2010 21:17:33 +0530 Subject: Added quickref to getting started with functions. --- getting-started-with-functions/quickref.tex | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 getting-started-with-functions/quickref.tex (limited to 'getting-started-with-functions/quickref.tex') diff --git a/getting-started-with-functions/quickref.tex b/getting-started-with-functions/quickref.tex new file mode 100644 index 0000000..a4f5a33 --- /dev/null +++ b/getting-started-with-functions/quickref.tex @@ -0,0 +1,4 @@ +Defining a function:\\ +{\ex \lstinline| def name([arguments]):|} +{\ex \lstinline| code|} +{\ex \lstinline| [return values]|} -- cgit