TOPIC K: Procedure Headers

Contents :

  Procedure headers.

Exercises :


D1:  IO library.


S1: Define.

Write procedure headings for the following cases. Show how you can call those procedures.

S2:



S3:

 

X1:



H1:



H2:



T1: Output

MODULE Test1;
FROM IO IMPORT WrLn, WrCard, RdCard;

BEGIN

END Test1.