Talk:Array Initialization: Difference between revisions

Content added Content deleted
(Some merging needed, + update task description.)
No edit summary
Line 10: Line 10:
:::::At least ADA and AWK seem to have some more information here. And maybe Common Lisp, D etc. Maybe all the languages should be checked. --[[User:PauliKL|PauliKL]] 08:04, 28 May 2009 (UTC)
:::::At least ADA and AWK seem to have some more information here. And maybe Common Lisp, D etc. Maybe all the languages should be checked. --[[User:PauliKL|PauliKL]] 08:04, 28 May 2009 (UTC)
:The task description of [[Creating an Array]] should be updated to include array initialization. In addition, the task description there says "numeric arrays", while here other types such as strings are discussed, too. --[[User:PauliKL|PauliKL]] 08:04, 28 May 2009 (UTC)
:The task description of [[Creating an Array]] should be updated to include array initialization. In addition, the task description there says "numeric arrays", while here other types such as strings are discussed, too. --[[User:PauliKL|PauliKL]] 08:04, 28 May 2009 (UTC)
:: By "numeric array", they simply meant the standard type of array that uses a numeric index (as opposed to so-called "associative array" which is actually a map having a potentially more complex key). I'd be happy deleting that "numeric array" red link. --[[User:IanOsgood|IanOsgood]] 15:15, 28 May 2009 (UTC)