Doubts in ada language

Posted by maddy on Stack Overflow See other posts from Stack Overflow or by maddy
Published on 2010-04-15T09:05:54Z Indexed on 2010/04/15 9:13 UTC
Read the original article Hit count: 431

Filed under:
|

HI all,

I am a beginner in the ada language.I have an short piece of code.Can anyone please tel me what does it mean?

type Myarr_Type is array (Character) of Character;

  Myarr : Myarr_Type;
  C1 : character := character'first;
  C2 : character := character'last;

My question is 1)What does C1 and C2 contain according to the above code?

Please do excuse if this is really silly.I dont have an ada compiler to check the contents of this variable

Regards Maddy

© Stack Overflow or respective owner

Related posts about ada

Related posts about variables