comp.lang.ada
 help / color / mirror / Atom feed
From: Lutz Donnerhacke <lutz@iks-jena.de>
Subject: Re: passing an array to a generic function
Date: Fri, 21 Nov 2003 11:03:13 +0000 (UTC)
Date: 2003-11-21T11:03:13+00:00	[thread overview]
Message-ID: <slrnbrrs7g.nt.lutz@taranis.iks-jena.de> (raw)
In-Reply-To: fc116fae.0311210231.d4a9515@posting.google.com

* 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.



  reply	other threads:[~2003-11-21 11:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-11-21 10:31 passing an array to a generic function Mr. J.
2003-11-21 11:03 ` Lutz Donnerhacke [this message]
2003-11-21 11:20 ` David C. Hoos
2003-11-21 11:35 ` Jean-Pierre Rosen
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox