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

Content added Content deleted
(→‎Mathematics and algorithms: Something I'm curious about.)
(→‎Syntax: type-variant variables)
Line 69: Line 69:
:: 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)
* 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].)


==Project level==
==Project level==