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

Content added Content deleted
(→‎General: VARIANT /= varying type)
(→‎General: Named association)
Line 21: Line 21:
:::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)
:: I thought it appropriate to mention keyword args under [[Varargs#Keyword_arguments| Varargs]] for Python. --[[User:Paddy3118|Paddy3118]] 18:58, 16 November 2008 (UTC)
:Named association is also used record aggregates. --[[User:Dmitry-kazakov|Dmitry-kazakov]] 13:28, 9 April 2009 (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)
* Type-variant variables in type-safe languages. (i.e. [http://msdn.microsoft.com/en-us/library/ms221258(VS.80).aspx Microsoft's VARIANT].)
* Type-variant variables in type-safe languages. (i.e. [http://msdn.microsoft.com/en-us/library/ms221258(VS.80).aspx Microsoft's VARIANT].)