int debug=0; intvec i=1,2,3; dbprint(debug,i); debug=1; dbprint(debug,i); LIB "tst.lib";tst_status(1);$