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

⟦900a28df0⟧ TextFile

    Length: 486 (0x1e6)
    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

with Remote_Global;
use Remote_Global;
package body Except_Pack_2 is -- compare to E000001, diff is propegation

    procedure Proc_1 (Switch : Boolean) is
    begin
        if Switch then
            Global := Global + 1;
            Remote;
            raise My_Exception;
        else
            Global := Global + 1;
            Remote;
            return;
        end if;
    exception
        when Program_Error =>
            Proc_1 (Switch);
    end Proc_1;

end Except_Pack_2;