|
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 - download
Length: 361 (0x169) Types: TextFile Names: »V«
└─⟦516dceb10⟧ Bits:30000751 8mm tape, Rational 1000, RCI_VADS └─ ⟦9a14c9417⟧ »DATA« └─⟦this⟧
-- -- The function "exception_name" will return the name of the current -- exception when it is called from immediately within an exception -- handler. It returns a null string (length 0) when called from -- outside a handler. -- PACKAGE Current_Exception IS FUNCTION Exception_Name RETURN String; PRAGMA Built_In (Exception_Name); END Current_Exception;