.\" Copyright (c) 1980 The Regents of the University of California. .\" All rights reserved. .\" .\" %sccs.include.redist.man% .\" .\" @(#)puman4.n 6.3 (Berkeley) 04/17/91 .\" .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