/* polish mathematical functions */ void Plus(); void Minus(); void Div(); void Times(); void And(); void Or(); void Exch(); void P_eq(); void P_neq(); void P_geq(); void P_leq(); void P_greater(); void P_less(); void Neg(); void SixtyPlus(); void P_mod(); void P_time();