better code for set operations
[unix-history] / usr / src / usr.bin / pascal / pix / pix.1
CommitLineData
222aa8c7
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
3a2a22b3 5.\" @(#)pix.1 6.2 (Berkeley) %G%
222aa8c7 6.\"
1a969782 7.TH PIX 1 ""
222aa8c7
KM
8.UC
9.SH NAME
10pix \- Pascal interpreter and executor
11.SH SYNOPSIS
12.B pix
13[
14.B \-blnpstuwz
15] [
16.B \-i
17name ...
18]
19name.p
20[
21argument ...
22]
23.SH DESCRIPTION
24.I Pix
25is a `load and go' version of Pascal which combines
26the functions of the interpreter code translator
27.I pi
28and the executor
29.IR px .
30It uses
31.I pi
32to translate the program in the file
33.I name.p
34and, if there were no fatal errors during translation,
35causes the resulting interpreter code
36to be executed by
37.I px
38with the specified arguments.
39A temporary file is used for the object code;
40the file
41.I obj
42is neither created nor destroyed.
43.SH FILES
44.ta 2i
1aa0c75e 45/usr/ucb/pi Pascal translator
222aa8c7 46.br
1aa0c75e 47/usr/ucb/px Pascal executor
222aa8c7 48.br
1aa0c75e 49/tmp/pix* temporary
222aa8c7
KM
50.br
51/usr/lib/how_pix basic explanation
52.SH SEE\ ALSO
53Berkeley Pascal User's Manual
54.br
55pi(1), px(1)
56.SH DIAGNOSTICS
57For a basic explanation do
58.PP
59.DT
60.B pix