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 - download

⟦ac0e9ca10⟧ TextFile

    Length: 379 (0x17b)
    Types: TextFile
    Names: »V«

Derivation

└─⟦a7d1ea751⟧ Bits:30000550 8mm tape, Rational 1000, !users!projects 94_04_11
    └─ ⟦129cab021⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Object;

package Tiny_End is
    type E_Choice is (Fin, Recommencer, Unparse);

    procedure Rectangle (X, Y : Object.Index; Title : Object.Tiny_String);
    procedure Push (X, Y : Object.Index; Title : Object.Tiny_String);
    function In_Area (X, Y : Object.Index) return Boolean;
    function Choice (X, Y : Object.Index; Screen : String) return E_Choice;
end Tiny_End;