|
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: »P/SM}STO.R«
└─⟦eca9022c5⟧ Bits:30002661 Datalære sådan - løsningsdiskette └─ ⟦this⟧ »P/SM}STO.R«
1200 PROC småtilstor(REF tekst$) CLOSED 1210 FOR i:= 1 TO LEN(tekst$) DO 1220 nr:= ORD(tekst$(i:i)) 1230 IF nr>96 AND nr<127 THEN tekst$(i:i):= CHR$(nr-32) 1240 NEXT i 1250 ENDPROC småtilstor «eof»