diff -r 88a01948450d -r d33698326409 getting_started_with_functions/quickref.tex --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/getting_started_with_functions/quickref.tex Wed Dec 01 16:51:35 2010 +0530 @@ -0,0 +1,4 @@ +Defining a function:\\ +{\ex \lstinline| def name([arguments]):|} +{\ex \lstinline| code|} +{\ex \lstinline| [return values]|}