.\" Copyright (c) 1980 Regents of the University of California. .\" All rights reserved. The Berkeley software License Agreement .\" specifies the terms and conditions for redistribution. .\" .\" @(#)puman4.n 6.2 (Berkeley) 5/7/86 .\" .if !\n(xx \{\ .so tmac.p \} .nr H1 3 .if n 'ND .NH Input/output .PP This section describes features of the Pascal input/output environment, with special consideration of the features peculiar to an interactive implementation. .NH 2 Introduction .PP Our first sample programs, in section 2, used the file .I output . We gave examples there of redirecting the output to a file and to the line printer using the shell. Similarly, we can read the input from a file or another program. Consider the following Pascal program which is similar to the program .I cat (1). .LS % \*bpix -l kat.p