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