|
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: »RANDOM.BAS«
└─⟦a2831e659⟧ Bits:30004217 MBASIC r5.21 og BASIC programmer └─ ⟦this⟧ »RANDOM.BAS«
5 A$="" 10 OPEN "R",#1,"FILE",64 20 FIELD #1,128 AS INP$ 30 FOR I%=1 TO 10 40 FOR J%=48 TO 111 45 A$=A$+CHR$(J%) 50 NEXT J% 55 LSET INP$=A$ 60 PUT #1,I% 70 NEXT I% 80 CLOSE #1 «eof»