4.3BSD-Reno/share/man/cat1/pix.0

Compare this file to the similar file:
Show the results in this format:

PIX(1)			    UNIX Reference Manual			PIX(1)

NNAAMMEE
     ppiixx - Pascal interpreter and executor

SSYYNNOOPPSSIISS
     ppiixx [--bbllnnppssttuuwwzz] [--ii _n_a_m_e ...] _n_a_m_e._p [_a_r_g_u_m_e_n_t ...]

DDEESSCCRRIIPPTTIIOONN
     PPiixx is a `load and go' version of Pascal which combines the functions of
     the interpreter code translator ppii and the executor ppxx.  It uses ppii to
     translate the program in the file _n_a_m_e._p and, if there were no fatal er-
     rors during translation, causes the resulting interpreter code to be exe-
     cuted by ppxx with the specified arguments.	A temporary file is used for
     the object code; the file _o_b_j is neither created nor destroyed.

FFIILLEESS
     /_u_s_r/_u_c_b/_p_i	Pascal translator
     /_u_s_r/_u_c_b/_p_x	Pascal executor
     /_t_m_p/_p_i_x*		temporary
     /_u_s_r/_l_i_b/_h_o_w__p_i_x	basic explanation


SSEEEE AALLSSOO
     _B_e_r_k_e_l_e_y _P_a_s_c_a_l _U_s_e_r'._X_r _s _M_a_n_u_a_l
     pi(1), px(1)

DDIIAAGGNNOOSSTTIICCSS
     For a basic explanation do

	   ppiixx

HHIISSTTOORRYY
     PPiixx appeared in 3 BSD.