DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 DFS Tapes

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

See our Wiki for more about Rational R1000/400 DFS Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦77989eb20⟧ EM, TextFile

    Length: 305 (0x131)
    Types: EM, TextFile
    Names: »CASE_MONTH.EM«

Derivation

└─⟦24d56d853⟧ Bits:30000744 8mm tape, Rational 1000, DFS, D_12_6_5 SEQ293
    └─ ⟦this⟧ »CASE_MONTH.EM« 
└─⟦9031b0687⟧ Bits:30000407 8mm tape, Rational 1000, DFS, D_12_7_3
    └─ ⟦this⟧ »CASE_MONTH.EM« 

TextFile

!Converts a number into text for the month
[case %1%]
    [when,01]JANUARY
    [when,02]FEBRUARY
    [when,03]MARCH
    [when,04]APRIL
    [when,05]MAY
    [when,06]JUNE
    [when,07]JULY
    [when,08]AUGUST
    [when,09]SEPTEMBER
    [when,10]OCTOBER
    [when,11]NOVEMBER
    [when,12]DECEMBER
[endcase]