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