test10 tests the %%table, %%get, and %%put commands, as well as the %%string shorten command. %table TABPROG %output TABPROG.LST %format F6 TABLE PROGRAMS 1.00 ============================================================================================================ ! ! 1 ! 2 ! 3 ! 4 ! 5 ! ! No. ! Task ! Disk ! Shared ! Unshared ! Function ! ! ! name ! blocks ! core (K) ! core (K) ! ! ============================================================================================================ %set row 1 %while row LASTROW <= ! %copy row % set column 1 % while column LASTCOL <= % get stuff row column ! % copy stuff % if column 2 = % eif % if column 3 = column 4 = ! % eif % string stuff shorten stuff % put stuff row column % set column column 1 + % ewhile COLUMN ! % if row 5 MOD 0 = ============================================================================================================ % eif % set row row 1 + % ewhile ROW ============================================================================================================ %output TI: