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

⟦6425c3c40⟧ TextFile

    Length: 353 (0x161)
    Types: TextFile
    Names: »V«

Derivation

└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04
    └─ ⟦d65440be7⟧ »DATA« 
        └─⟦this⟧ 

TextFile

with Motor_Role;
use Motor_Role;
package Motor_Scene is  
    type Scene is array (1 .. 25) of Role;
    procedure Create_Scene (S : in out Scene);
    procedure Destruct_Scene (S : in out Scene);
    procedure Play_Scene (S : Scene);
    procedure Append_Actor (S : Scene; A : Actor);
    function Witch_Scene (A : Actor) return Scene;
end Motor_Scene;