The use of mod operators in ada

Posted by maddy on Stack Overflow See other posts from Stack Overflow or by maddy
Published on 2010-04-26T06:14:21Z Indexed on 2010/04/26 8:03 UTC
Read the original article Hit count: 235

Filed under:

Hi all,

Can anyone please tell me the usage of the following declarations shown below.I am a beginner in ada language.I had tried the internet but that was not clear enough.

            type Unsigned_4 is mod 2 ** 4;
            for Unsigned_4'Size use 4;

© Stack Overflow or respective owner

Related posts about ada