diff options
Diffstat (limited to 'advanced-features-functions/quickref.tex')
-rw-r--r-- | advanced-features-functions/quickref.tex | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/advanced-features-functions/quickref.tex b/advanced-features-functions/quickref.tex deleted file mode 100644 index 160370e..0000000 --- a/advanced-features-functions/quickref.tex +++ /dev/null @@ -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. |