Re: Array keyword probably not necessary ?!
- From: "Skybuck Flying" <spam@xxxxxxxxxxx>
- Date: Sun, 20 Jan 2008 09:41:22 +0100
Actually I would simply prefer the following:
var
a : [1..10][1..100][1..1000] of integer;
Instead of:
a : array [1..10] of array[1..100] of array[1..1000] of integer;
Bye,
Skybuck :)
.
- Prev by Date: Array keyword probably not necessary ?!
- Next by Date: No call stack for console programs on exceptions ?
- Previous by thread: Array keyword probably not necessary ?!
- Next by thread: No call stack for console programs on exceptions ?
- Index(es):