Text processing/1: Difference between revisions

m
Line 1,683:
call sy
call sy copies('=',60)
call sy ' records read:' right(comma(recs-1),w)
call sy ' grand sum:' right(comma(grandSum),w+4)
call sy ' grand average:' right(comma(Gavg),w+4)
Line 1,723:
============================================================
records read: 5,470471
grand sum: 1,358,393.400
grand average: 10.497