DataMuseum.dk

Presents historical artifacts from the history of:

Rational R1000/400 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 Tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: B T

⟦dd0457ded⟧ TextFile

    Length: 935 (0x3a7)
    Types: TextFile
    Names: »B«

Derivation

└─⟦180fe333a⟧ Bits:30000405 8mm tape, Rational 1000, SW CATALOG, 10_20_0
└─⟦180fe333a⟧ Bits:30000537 8mm tape, Rational 1000, SW Catalog 10_20_0
    └─⟦5cb1d1d7f⟧ »DATA« 
        └─⟦3b1ee7bd8⟧ 
            └─⟦this⟧ 

TextFile

separate (Inquiry_Operations.Select_Attributes.Query_Options)
procedure Display_Value (Index : Category_Type) is
begin
    Put (" Current Value is ");
    case Index is
        when Architecture =>
            Put_Line (Schema.Architecture_Category_Type'Image
                         (Attribute_Options.Value));
        when E_And_V =>
            Put_Line (Schema.E_And_V_Criterion_Abbreviation_Type'Image
                         (Attribute_Options.Value));
        when Language_Feature =>
            Put_Line (Schema.Language_Feature_Abbreviation_Type'Image
                         (Attribute_Options.Value));
        when Statistics =>
            Put_Line (Schema.Statistics_Type'Image (Attribute_Options.Value));
        when Version =>
            Put_Line (Schema.Version_Type'Image (Attribute_Options.Value));
    end case;
end Display_Value;
--*****************************************************************************