comp.lang.ada
 help / color / mirror / Atom feed
From: "Celinio" <celinio@wanadoo.fr>
Subject: COMPILATION-EXECUTION
Date: 1998/12/15
Date: 1998-12-15T00:00:00+00:00	[thread overview]
Message-ID: <7560eo$5fk$2@platane.wanadoo.fr> (raw)

subtype M is Character range 'A' .. 'Z';
C: array (M) of Natural;
I: integer : =1;
**************************************
What can be inferred from the following calls  (compilation and then
execution ) ?
C('i'):=1;

C('I'):=I;

C('I'):='I';

C(I):=I;

C('I'):=0;











             reply	other threads:[~1998-12-15  0:00 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-12-15  0:00 Celinio [this message]
1998-12-16  0:00 ` COMPILATION-EXECUTION Markus Rogawski
1998-12-17  0:00 ` COMPILATION-EXECUTION Dale Stanbrough
replies disabled

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