writeln( output, 'Hello there. It''s me again');
writeln('The time has come, the Walrus said,');
readln( input, ch );
readln( ch );
Self Test .. File statements
Both writeln statements display info on screen
Both readln statements accept info from keyboard