DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

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

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦1fa63023d⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »wrk000077«, »wrk000100«, »wrk000101«

Derivation

└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦this⟧ »wrk000077« 
        └─⟦this⟧ »wrk000100« 
        └─⟦this⟧ »wrk000101« 

TextFile

0100 REM omr. af temp. fra fahrenheit til celsius\r
0110 REM. f = fahrenheittemp.\r
0120 REM. c = celsiustemp.\r
0122 REPEAT\r
0125   READ F\r
0130   LET C=(F-32)*5/9\r
0140   PRINT "f-temp.";F;"svarer til c-temp.";C\r
▶EOF◀