# HG changeset patch # User Anoop Jacob Thomas # Date 1289404053 -19800 # Node ID 471e1e5844a13694f3df45668f7f3a2466cd361e # Parent b6c73309da70c7120c6820244fea9fca7980fd63 Added quickref to getting started with functions. diff -r b6c73309da70 -r 471e1e5844a1 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]|}