Create a two-dimensional array at runtime: Difference between revisions

m
m (typo fixed)
Line 1,354:
=={{header|ooRexx}}==
ooRexx arrays can be created with up to 999,999,999 dimensions...assuming you have enough memory to do so.
Actually it's the 'size' of the array that's limited (the product of the dimenstionsdimensions).
<lang ooRexx>Say "enter first dimension"
pull d1
2,295

edits