DataMuseum.dk

Presents historical artifacts from the history of:

RegneCentralen RC3600/RC7000

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

See our Wiki for more about RegneCentralen RC3600/RC7000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦ded36b33e⟧ TextFile

    Length: 247 (0xf7)
    Types: TextFile
    Notes: B^Å     
    Names: »B^Å«

Derivation

└─⟦714f3848e⟧ Bits:30006597 ALM Copy 24.9.79
    └─ ⟦this⟧ »ASS2::B^Å« 

TextFile

«ff»
  0010 OPEN FILE(1,1)"EXECUD2"
  0020 DIM A$(4000)
  0030 READ FILE(1)A$
  0040 FOR I=1 TO LEN(A$)
  0050   IF A$(I)="B" THEN LET A$(I)="Å"
  0060 NEXT I
  0070 CLOSE 
  0080 OPEN FILE(1,3)"EXECUD2"
  0090 WRITE FILE(1)A$
  0100 CLOSE