|
|
DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T V
Length: 541 (0x21d)
Types: TextFile
Names: »V«
└─⟦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⟧
package Test_Problems is
procedure Count_All_Characters (In_Object : String);
-- prints the number of time a character appears in the
-- specified object
--
procedure Count_All_Comments (In_Object : String);
-- prints the number of comments in the specified object;
--
procedure Display (Object_Name : String);
-- simple prints the object's image;
--
procedure Display_Unindented (Object_Name : String);
-- prints an object's image with all indentation removed
--
end Test_Problems;