C.3 Declarations and Definitions: - JulTob/Ada GitHub Wiki

Declarations and Definitions:

procedure Example 
 ( X: in  Integer; Y: out Integer; Z: in out  Integer);
…

procedure Example 
 ( X: in  Integer; Y: out Integer; Z: in out  Integer) is 
begin
...
end Example;