diff -r 88a01948450d -r d33698326409 advanced-features-functions/quickref.tex --- a/advanced-features-functions/quickref.tex Wed Nov 17 23:24:57 2010 +0530 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -\textbf{Advanced features of functions} - -Arguments of functions can have default arguments. - -All arguments with default arguments are at the end of the definition. - -Functions can be called with keyword arguments. All the keyword -arguments should be at the end of the argument list.