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: 353 (0x161) Types: TextFile Names: »V«
└─⟦2f6cfab89⟧ Bits:30000547 8mm tape, Rational 1000, !projects 94-01-04 └─ ⟦d65440be7⟧ »DATA« └─⟦this⟧
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;