PRO test_long_file_names,a,b PRINT,'a=',a PRINT,'b=',b c=a+b PRINT,'a+b=',c RETURN END