1 LIST List a table in human readable format LIST This program lists in free format part of an input table. The task TABLE does the reverse process. 2 FILE$ TASK\FILE "Input table" FILE$ This is the name of the table that you want to list. 2 LIST$ TASK\FILE "Output list" LIST$ This is the name of the output list. Answer TT: to get the output at your terminal. 2 FIRST_LINE$ TASK\INTEGER "First line to list" FIRST_LINE$ This is the first line of the table that will be listed. 2 LAST_LINE$ TASK\INTEGER "Last line to list" LAST_LINE$ This is the last line of the table that will be listed. 2 FIRST_COLUMN$ TASK\INTEGER "First column to list" FIRST_COLUMN$ This is the first column of the table that will be listed. No more than ten columns can be listed 2 LAST_COLUMN$ TASK\INTEGER "Last column to list" LAST_COLUMN$ This is the last column of the table that will be listed. No more than ten columns can be listed 1 ENDOFHELP