1 SORT SORT This program sorts all columns of a given table by ascending order of one of its columns. The same table is used for both input and output. Only single precision real tables are accepted by the present version. 2 TABLE$ TASK\FILE "Table name" TABLE$ The name of the table that will be sorted. 2 COLUMN$ TASK\INTEGER "Sorting column number" COLUMN$ The number of the column that will be used for sorting. 2 ALGORITHM$ TASK\CHARACTER "Sorting Algorithm [QUICK/HEAP/NAG]" ALGORITHM$ Use quick sort normally... 1 END