MANUAL FOR ABC-S (BBC BASIC) This file describes the program ABC-S which alphasorts a list of items held in an array.For use on any machine that interprets BBC BASIC. The manual is (C)1996 SPROW and software is (C)1996 SPROW & (C)1995 A.J.FLEGG INSTRUCTIONS- At the BASIC prompt,type CHAIN"ABC-S" The program will then ask for a number of strings to sort,and duly create that many random stings and sort them. A timing will be presented,and some key benchmarks are at the end of the file in REM statements. KNOWN PROBLEMS/FUTURE ENHANCEMENTS- No known problems HISTORY- V1.00 Original bubble sorter V1.05 Speed improvements due to use of resident integer variables,& readability improved.