PIX(1) — USER COMMANDS
NAME
pix − Pascal translator and interpreter
SYNOPSIS
pix [ options ] [ −i name ... ] name.p [ argument ... ]
DESCRIPTION
Pix is a ‘load and go’ version of Pascal which combines the functions of the translator pi and the interpreter px. Pix uses pi to translate the program in the file name.p and, if there were no fatal errors during translation, calls px to execute the resulting interpretive code with the specified arguments. A temporary file is used for the object code; the file obj is neither created nor destroyed.
Options are as described under pi(1).
FILES
/usr/ucb/piPascal translator
/usr/ucb/pxPascal interpreter
/tmp/pix∗temporary
/usr/lib/how_pixbasic explanation
SEE ALSO
The Pascal User’s Manual in the Pascal for the Sun Workstation Manual.
pi(1), px(1)
DIAGNOSTICS
For a basic explanation do
tutorial% pix
Sun Release 3.2 — Last change: 7 November 1984