home *** CD-ROM | disk | FTP | other *** search
- SCREEN.DOC
-
- The SCREEN program displays all the displayable screen characters.
- Non-displayables are replaced by abbreviations of their ASCII
- function. (These are the non-displayables in the standard Kaypro
- character set; a different character set might have additional
- non-displayables.) The characters are displayed in a table that also
- shows the decimal ASCII codes. (ASCII characters are really only
- defined from 0 to 127, but the table covers 0 to 255.)
-
- USAGE:
-
- Type SCREEN, press Return, and watch the results.
-
- COMMENTS:
-
- The SCREEN.BAS file contains the Sbasic source code. Its a very
- simple program, and consists mostly of print statements.
-
- Bryan Ashby
- 850 Pine Avenue
- Pacific Grove CA 93950
-
-