comp.lang.ada
 help / color / mirror / Atom feed
* COMPILATION-EXECUTION
@ 1998-12-15  0:00 Celinio
  1998-12-16  0:00 ` COMPILATION-EXECUTION Markus Rogawski
  1998-12-17  0:00 ` COMPILATION-EXECUTION Dale Stanbrough
  0 siblings, 2 replies; 3+ messages in thread
From: Celinio @ 1998-12-15  0:00 UTC (permalink / 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;











^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1998-12-17  0:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-12-15  0:00 COMPILATION-EXECUTION Celinio
1998-12-16  0:00 ` COMPILATION-EXECUTION Markus Rogawski
1998-12-17  0:00 ` COMPILATION-EXECUTION Dale Stanbrough

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