Re: passing an array to a generic function

From: Lutz Donnerhacke (lutz_at_iks-jena.de)
Date: 11/21/03


Date: Fri, 21 Nov 2003 11:03:13 +0000 (UTC)


* Mr. J. wrote:
> type Index is new Integer;
> type Item is new Character;
> type Arr is Array(1..23) of character;

type Arr is Array(1 .. 23) of Item;

Item is different from Character.