Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pix(1) — Ultrix-11 3.1

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

pi(1)

px(1)

pix(1)

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. 

DIAGNOSTICS

For a basic explanation do

pix

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”

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026