pro batchtest2,a,b if (n_elements(a) eq 0) then a=3 if (n_elements(b) eq 0) then b=3 print,'A*B=',a*b return end