xref: /original-bsd/usr.bin/pascal/pix/pix.1 (revision 6219b5e8)
Copyright (c) 1980 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)pix.1 6.1 (Berkeley) 04/29/85

PIX 1 ""
C
NAME
pix - Pascal interpreter and executor
SYNOPSIS
pix [ -blnpstuwz ] [ -i name ... ] name.p [ argument ... ]
DESCRIPTION
Pix is a `load and go' version of Pascal which combines the functions of the interpreter code translator pi and the executor px . It uses pi to translate the program in the file name.p and, if there were no fatal errors during translation, causes the resulting interpreter code to be executed by px with the specified arguments. A temporary file is used for the object code; the file obj is neither created nor destroyed.
FILES
/usr/ucb/pi Pascal translator

/usr/ucb/px Pascal executor

/tmp/pix* temporary

/usr/lib/how_pix basic explanation

SEE ALSO
Berkeley Pascal User's Manual

pi(1), px(1)

DIAGNOSTICS
For a basic explanation do

pix

AUTHORS
Susan L. Graham and William N. Joy