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 - metrics - download

⟦832f079d3⟧ TextFile

    Length: 114 (0x72)
    Types: TextFile
    Notes: BASIC::PP, PP      
    Names: »PP«

Derivation

└─⟦714f3848e⟧ Bits:30006597 ALM Copy 24.9.79
    └─⟦this⟧ »BASIC::PP« 

TextFile

«ff»
  0010 DIM A$(8),B$(8)
  0020 INPUT A$,B$
  0030 ON ERR THEN GOTO 0020
  0040 RENAME A$,B$
  0050 GOTO 0020