Rosetta Code:Village Pump/Suggest a programming task: Difference between revisions

Content added Content deleted
(→‎Syntax: keyword args.)
Line 68: Line 68:
::Probably means smalltalk style parameter passing (but without defined order) i.e [mymethod myarg1: 'One' myarg2: 'two'] [[User:Rahul|Rahul]] 20:24, 7 October 2008 (UTC)
::Probably means smalltalk style parameter passing (but without defined order) i.e [mymethod myarg1: 'One' myarg2: 'two'] [[User:Rahul|Rahul]] 20:24, 7 October 2008 (UTC)
:::Looks like language specific implementation of passing parameters, not a programming task. --[[User:PauliKL|PauliKL]] 15:14, 23 October 2008 (UTC)
:::Looks like language specific implementation of passing parameters, not a programming task. --[[User:PauliKL|PauliKL]] 15:14, 23 October 2008 (UTC)
:: I thought it appropriate to mention keyword args under [[Varargs#Keyword_arguments| Varargs]] for Python. --[[User:Paddy3118|Paddy3118]] 18:58, 16 November 2008 (UTC)
* optional arguments (defining a procedure which has optional arguments or arguments with default values)
* optional arguments (defining a procedure which has optional arguments or arguments with default values)