pix(1) — VAX
Name
pix − Pascal interpreter and executor
Syntax
pix [−blnpstuwz] [−i name...] name.p [argument...]
Description
The pix command 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.
Options
−bBlock buffers the output.
−inameEnables the listing for any specified procedures and functions, and while processing any specified include files.
−lCreates a program listing while translating source.
−nBegins each listed include file on a new page and with a banner line.
−pSuppresses control flow backtraces on error.
−sAccepts standard Pascal only.
−tSuppresses runtime test of subrange variables.
−uRuns in card image mode.
−wSuppresses all warning diagnostics.
−zEnables execution profiling.
Files
/usr/ucb/piPascal translator
/usr/ucb/pxPascal executor
/tmp/pix*temporary
/usr/lib/how_pixbasic explanation
See Also
pi(1), px(1)
"Berkeley Pascal User’s Manual," Supplementary Documents, Volume 2: Programmer