BSD 3 development
[unix-history] / usr / man / man1 / pix.1
CommitLineData
2a75ac7d
BJ
1.TH PIX 1 4/8/79
2.UC
3.SH NAME
4pix \- Pascal interpreter and executor
5.SH SYNOPSIS
6.B pix
7[
8.B \-blnpstuwz
9] [
10.B \-i
11name ...
12]
13name.p
14[
15argument ...
16]
17.SH DESCRIPTION
18.I Pix
19is a `load and go' version of Pascal which combines
20the functions of the interpreter code translator
21.I pi
22and the executor
23.IR px .
24It uses
25.I pi
26to translate the program in the file
27.I name.p
28and, if there were no fatal errors during translation,
29causes the resulting interpreter code
30to be executed by
31.I px
32with the specified arguments.
33A temporary file is used for the object code;
34the file
35.I obj
36is neither created nor destroyed.
37.SH FILES
38.ta 2i
39/usr/bin/pi Pascal translator
40.br
41/usr/bin/px Pascal executor
42.br
43/tmp/pix????? temporary
44.br
45/usr/lib/how_pix basic explanation
46.SH SEE\ ALSO
47Berkeley Pascal User's Manual
48.br
49pi(1), px(1)
50.SH DIAGNOSTICS
51For a basic explanation do
52.PP
53.DT
54.B pix
55.SH AUTHORS
56Susan L. Graham and William N. Joy