xref: /csrg-svn/usr.bin/pascal/pix/pix.1 (revision 43083)
1.\" Copyright (c) 1980, 1990 The Regents of the University of California.
2.\" All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"     @(#)pix.1	6.3 (Berkeley) 06/11/90
7.\"
8.Dd
9.Dt PIX 1
10.UC
11.Sh NAME
12.Nm pix
13.Nd Pascal interpreter and executor
14.Sh SYNOPSIS
15.Nm pix
16.Op Fl blnpstuwz
17.Op Fl i Ar name ...
18.Ar name.p
19.Op Ar argument ...
20.Sh DESCRIPTION
21.Nm Pix
22is a `load and go' version of Pascal which combines
23the functions of the interpreter code translator
24.Nm pi
25and the executor
26.Nm px  .
27It uses
28.Nm pi
29to translate the program in the file
30.Pa name.p
31and, if there were no fatal errors during translation,
32causes the resulting interpreter code
33to be executed by
34.Nm px
35with the specified arguments.
36A temporary file is used for the object code;
37the file
38.Pa obj
39is neither created nor destroyed.
40.Sh FILES
41.Dw /usr/lib/how_pix
42.Di L
43.Dp Pa /usr/ucb/pi
44Pascal translator
45.Dp Pa /usr/ucb/px
46Pascal executor
47.Dp Pa /tmp/pix*
48temporary
49.Dp Pa /usr/lib/how_pix
50basic explanation
51.Dp
52.Sh SEE ALSO
53.Em Berkeley Pascal User'.Xr s Manual
54.br
55.Xr pi 1 ,
56.Xr px 1
57.Sh DIAGNOSTICS
58For a basic explanation do
59.Pp
60.Dl Nm pix
61.Sh HISTORY
62.Nm Pix
63appeared in 3 BSD.
64