|  | DataMuseum.dkPresents historical artifacts from the history of: Christian Rovsing CR7, CR8 & CR16 CP/M | 
This is an automatic "excavation" of a thematic subset of
 See our Wiki for more about Christian Rovsing CR7, CR8 & CR16 CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. | 
top - metrics - download
    Length: 256 (0x100)
    Types: TextFile
    Names: »ASCII.BAS«
└─⟦016ef1d53⟧ Bits:30005210 BASIC Demo
    └─⟦this⟧ »ASCII.BAS« 
10 FOR I = 1 TO 127 20 PRINT I;CHR$(I);I 30 NEXT I 40 PRINT 50 INPUT "INPUT ASCII NUMBER(0 to quit)";J 60 IF J < 1 OR J > 256 THEN 90 70 PRINT"/";CHR$(J);"/" 80 GOTO 50 90 RUN "MENU"