Talk:Multi-dimensional array

From Rosetta Code
Revision as of 07:12, 10 January 2015 by rosettacode>Gerard Schildberger (added a few questions.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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?

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)