Doubts in ada language involving procedures

Posted by maddy on Stack Overflow See other posts from Stack Overflow or by maddy
Published on 2010-05-27T06:07:40Z Indexed on 2010/05/27 6:11 UTC
Read the original article Hit count: 274

Filed under:

Hi All, I am a beginner in ada and i had come across a piece of code which is shown below:

                   procedure Null_Proc is
                   begin
                    null;
                   end;

Now as per my knowledge the procedure in ada doesn't return anything.My doubt is what does this procedure Null_proc do?I mean i am not clear with the definition of the procedure.

Thanks and regards Maddy

© Stack Overflow or respective owner

Related posts about ada