1BSD/man6/pix.6

Compare this file to the similar file:
Show the results in this format:

.th PIX VI 11/16/77
.sh NAME
pix \- Pascal interpreter and executor
.sh SYNOPSIS
.bd pix
[
.bd \-blnpstuwz
] [
.bd \-i
name ...
]
name.p
[
argument ...
]
.sh DESCRIPTION
.it Pix
is a ``load and go'' version of Pascal which combines
the functions of the interpreter code translator
.it pi
and the executor
\fIpx\fR.
It uses
.it pi
to translate the program in the file
.it name.p
and, if there were no fatal errors during translation,
causes the resulting interpreter code
to be executed by
.it px
with the specified arguments.
A temporary file is used for the object code;
the file
.it obj
is neither created nor destroyed.
.sh FILES
.dt
/usr/bin/pi			Pascal translator
.br
/usr/bin/px			Pascal executor
.br
/tmp/pix?????			temporary
.br
/usr/lib/how_pix		basic explanation
.sh SEE\ ALSO
UNIX Pascal User's Manual
.br
pi (VI), px (VI)
.sh DIAGNOSTICS
For a basic explanation do
.s3
.dt
.bd	pix
.sh AUTHORS
Susan L. Graham and William N. Joy
.sh BUGS