Talk:Multi-dimensional array: Difference between revisions

From Rosetta Code
Content added Content deleted
(added a few questions.)
 
m (→‎limits of indices/dimensions: clarified the act of DECLARING (defining).)
Line 10: Line 10:


Can a range be specified?
Can a range be specified?
:::::::: array(1900:2050)
:::::::: declare   array(1900:2050)
or somesuch syntax.
or somesuch syntax.



Revision as of 07:14, 10 January 2015

limits of indices/dimensions

What is the maximum number of dimensions?

Perhaps a mention of the range of indices?

Are negative indices allowed?

Do the indices have to be numeric?

Can a range be specified?

declare   array(1900:2050)

or somesuch syntax.

What are the limits for the index (number)?

x = array(777888999)

-- Gerard Schildberger (talk) 07:12, 10 January 2015 (UTC)