advanced-features-functions/quickref.tex
changeset 522 d33698326409
parent 521 88a01948450d
child 523 54bdda4aefa5
equal deleted inserted replaced
521:88a01948450d 522:d33698326409
     1 \textbf{Advanced features of functions}
       
     2 
       
     3 Arguments of functions can have default arguments. 
       
     4 
       
     5 All arguments with default arguments are at the end of the definition.
       
     6 
       
     7 Functions can be called with keyword arguments. All the keyword
       
     8 arguments should be at the end of the argument list.