|
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: »AMAZE.BAS«
└─⟦69a509965⟧ Bits:30005211 CR8 BASIC Games └─ ⟦this⟧ »AMAZE.BAS«
10 PRINT CHR$(27);"E" : WIDTH 80 20 FOR Z =1 TO 32 30 FOR T=1 TO 40 40 PRINT CHR$(Z);CHR$(30);"INTEL";CHR$(Z); 50 NEXT T,Z 60 INPUT " MORE";A$ 70 IF A$ = "Y" THEN 10 80 RUN "MENU" «eof»