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