1PIX(1) General Commands Manual PIX(1)
2
3
4
6 pix - Pascal interpreter and executor
7
9 pix [ -blnpstuwz ] [ -i name ... ] name.p [ argument ... ]
10
12 Pix is a `load and go' version of Pascal which combines the functions
13 of the interpreter code translator pi and the executor px. It uses pi
14 to translate the program in the file name.p and, if there were no fatal
15 errors during translation, causes the resulting interpreter code to be
16 executed by px with the specified arguments. A temporary file is used
17 for the object code; the file obj is neither created nor destroyed.
18
20 /usr/bin/pi Pascal translator
21 /usr/bin/px Pascal executor
22 /tmp/pix????? temporary files
23 /usr/share/pascal/how_pixbasic explanation
24
26 Berkeley Pascal User's Manual
27 pi(1), px(1)
28
30 For a basic explanation do
31
32 pix
33
35 Susan L. Graham and William N. Joy
36
37
38
393rd Berkeley Distribution PIX(1)