_________________________________________________________________________________________________________
Array types
___________________________________________________________________
The following is a valid array declaration:
Type RealArray = Array [1..100] of Real; |
Type APoints = array[1..100] of Array[1..3] of Real; |
Type APoints = array[1..100,1..3] of Real; |