|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - download
Length: 256 (0x100) Types: TextFile Names: »ASCII.BAS«
└─⟦69a509965⟧ Bits:30005211 CR8 BASIC Games └─ ⟦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" «eof»