Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating material.
Please try to avoid dependencies to third-party libraries and frameworks.
A : array (42 .. 47) of Integer;
integer, dimension(42:47) :: a
int a[] = new int[42 + 6];
for (int i = 42, n = 42 + 6; i < n; ++i) {
}
var
a: array[42..47] of integer;