DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC759 "Piccoline"

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RegneCentralen RC759 "Piccoline"

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦fdd072be8⟧ TextFile

    Length: 256 (0x100)
    Types: TextFile
    Names: »P/SM}STO.R«

Derivation

└─⟦eca9022c5⟧ Bits:30002661 Datalære sådan - løsningsdiskette
    └─ ⟦this⟧ »P/SM}STO.R« 

TextFile

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»