Named parameters: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 1:
{{task|Basic language learning}}{{omit from|BBC BASIC}}
{{task|Basic language learning}}Create a function which takes in a number of arguments which are specified by name rather than (necessarily) position, and show how to call the function. If the language supports reordering the arguments or optionally omitting some of them, note this.
 
'''Note:'''